| 1 |
ottxor |
1.1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
ottxor |
1.2 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/grive/grive-0.2.0.ebuild,v 1.1 2012/07/14 18:54:25 ottxor Exp $
|
| 4 |
ottxor |
1.1 |
|
| 5 |
|
|
EAPI=4
|
| 6 |
|
|
|
| 7 |
|
|
inherit cmake-utils eutils multilib
|
| 8 |
|
|
|
| 9 |
|
|
if [ "${PV}" != "9999" ]; then
|
| 10 |
|
|
SRC_URI="http://www.lbreda.com/${PN}/_media/packages/${PV}/${P}.tar.gz"
|
| 11 |
|
|
else
|
| 12 |
|
|
SRC_URI=""
|
| 13 |
|
|
inherit git-2
|
| 14 |
|
|
EGIT_REPO_URI="git://github.com/Grive/${PN}.git"
|
| 15 |
|
|
fi
|
| 16 |
|
|
|
| 17 |
|
|
DESCRIPTION="an open source Linux client for Google Drive"
|
| 18 |
|
|
HOMEPAGE="http://www.lbreda.com/grive/"
|
| 19 |
|
|
|
| 20 |
|
|
LICENSE="GPL-2"
|
| 21 |
|
|
SLOT="0"
|
| 22 |
|
|
KEYWORDS="~amd64 ~x86"
|
| 23 |
|
|
IUSE=""
|
| 24 |
|
|
|
| 25 |
|
|
RDEPEND="
|
| 26 |
ottxor |
1.2 |
>=dev-libs/boost-1.48
|
| 27 |
ottxor |
1.1 |
dev-libs/expat
|
| 28 |
|
|
dev-libs/json-c
|
| 29 |
|
|
dev-libs/libgcrypt
|
| 30 |
|
|
dev-libs/libgpg-error
|
| 31 |
|
|
net-misc/curl
|
| 32 |
|
|
sys-devel/binutils
|
| 33 |
|
|
sys-libs/glibc
|
| 34 |
|
|
sys-libs/zlib
|
| 35 |
|
|
"
|
| 36 |
|
|
|
| 37 |
|
|
DEPEND="${RDEPEND}"
|
| 38 |
|
|
|
| 39 |
|
|
DOCS=( "README" )
|