qshare-2.1.5-r1.ebuild 521 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit cmake-utils
  5. DESCRIPTION="FTP server with a service discovery feature"
  6. HOMEPAGE="http://www.zuzuf.net/qshare/"
  7. SRC_URI="http://www.zuzuf.net/qshare/files/${P}-src.tar.bz2"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. IUSE=""
  12. RDEPEND="dev-qt/qtcore:4
  13. dev-qt/qtgui:4
  14. net-dns/avahi[mdnsresponder-compat]"
  15. DEPEND="${RDEPEND}"
  16. DOCS=( AUTHORS README )
  17. PATCHES=( "${FILESDIR}/${P}-desktop.patch" )