| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-1.1.1.ebuild,v 1.4 2012/02/16 19:33:25 phajdan.jr Exp $
|
| 4 |
|
| 5 |
EAPI=1
|
| 6 |
inherit gnome2
|
| 7 |
|
| 8 |
DESCRIPTION="A gtk frontend to rsync"
|
| 9 |
HOMEPAGE="http://www.opbyte.it/grsync/"
|
| 10 |
LICENSE="GPL-2"
|
| 11 |
SLOT="0"
|
| 12 |
KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
|
| 13 |
IUSE=""
|
| 14 |
SRC_URI="http://www.opbyte.it/release/${P}.tar.gz"
|
| 15 |
|
| 16 |
RDEPEND=">=x11-libs/gtk+-2.16:2
|
| 17 |
net-misc/rsync"
|
| 18 |
|
| 19 |
DEPEND="${RDEPEND}
|
| 20 |
virtual/pkgconfig
|
| 21 |
dev-util/intltool"
|
| 22 |
|
| 23 |
DOCS="AUTHORS NEWS README"
|