simple-mtpfs-0.1.ebuild 491 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit autotools-utils eutils
  5. DESCRIPTION="Simple MTP fuse filesystem driver"
  6. HOMEPAGE="https://github.com/phatina/simple-mtpfs"
  7. SRC_URI="mirror://github/phatina/${PN}/${P}.tar.gz"
  8. LICENSE="GPL-2+"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. IUSE=""
  12. CDEPEND="media-libs/libmtp
  13. >=sys-fs/fuse-2.8"
  14. DEPEND="virtual/pkgconfig
  15. ${CDEPEND}"
  16. RDEPEND="${CDEPEND}"
  17. AUTOTOOLS_AUTORECONF=1