2016-12-22 15:12:31 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
2013-12-05 14:14:03 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
inherit toolchain-funcs
|
|
|
|
|
2016-12-22 15:12:31 +03:00
|
|
|
MY_PN=${PN}-fuse
|
|
|
|
MY_P=${MY_PN}-${PV}
|
|
|
|
|
2013-12-05 14:14:03 +04:00
|
|
|
DESCRIPTION="Amazon mounting S3 via fuse"
|
2016-12-22 15:12:31 +03:00
|
|
|
HOMEPAGE="https://github.com/s3fs-fuse/s3fs-fuse/"
|
|
|
|
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
2013-12-05 14:14:03 +04:00
|
|
|
|
2016-12-22 15:12:31 +03:00
|
|
|
LICENSE="GPL-2+"
|
2013-12-05 14:14:03 +04:00
|
|
|
SLOT="0"
|
2014-03-05 09:20:51 +04:00
|
|
|
KEYWORDS="amd64 x86"
|
2013-12-05 14:14:03 +04:00
|
|
|
|
|
|
|
CDEPEND=">=dev-libs/libxml2-2.6:2
|
|
|
|
dev-libs/openssl
|
|
|
|
>=net-misc/curl-7.0
|
|
|
|
>=sys-fs/fuse-2.8.4"
|
|
|
|
RDEPEND="${CDEPEND}
|
|
|
|
app-misc/mime-types"
|
|
|
|
DEPEND="${CDEPEND}
|
|
|
|
virtual/pkgconfig"
|
|
|
|
|
|
|
|
RESTRICT="test"
|