cloudfuse-1.0.ebuild 462 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit eutils
  5. DESCRIPTION="A FUSE filesystem for Rackspace's Cloud Files"
  6. HOMEPAGE="http://redbo.github.io/cloudfuse/"
  7. SRC_URI="https://github.com/redbo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
  8. LICENSE="MIT"
  9. SLOT="0"
  10. KEYWORDS="~amd64"
  11. IUSE=""
  12. DEPEND="
  13. dev-libs/libxml2
  14. dev-libs/openssl:0
  15. net-misc/curl
  16. sys-fs/fuse
  17. "
  18. RDEPEND="${DEPEND}"