| 1 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.2 2011/02/05 12:42:22 ssuominen Exp $
|
| 4 |
|
| 5 |
EAPI=3
|
| 6 |
EAUTORECONF=yes
|
| 7 |
EINTLTOOLIZE=yes
|
| 8 |
inherit xfconf
|
| 9 |
|
| 10 |
DESCRIPTION="a frontend to easily manage connections to remote filesystems using
|
| 11 |
GIO/GVfs"
|
| 12 |
HOMEPAGE="http://www.uvena.de/gigolo/index.html http://goodies.xfce.org/projects/applications/gigolo"
|
| 13 |
SRC_URI="mirror://xfce/src/apps/${PN}/0.4/${P}.tar.bz2"
|
| 14 |
|
| 15 |
LICENSE="GPL-2"
|
| 16 |
SLOT="0"
|
| 17 |
KEYWORDS="amd64 ~x86"
|
| 18 |
IUSE=""
|
| 19 |
|
| 20 |
DEPEND=">=x11-libs/gtk+-2.12:2
|
| 21 |
>=dev-libs/glib-2.16:2"
|
| 22 |
RDEPEND="${DEPEND}"
|
| 23 |
|
| 24 |
pkg_setup() {
|
| 25 |
DOCS="AUTHORS ChangeLog NEWS README TODO"
|
| 26 |
}
|
| 27 |
|
| 28 |
src_install() {
|
| 29 |
xfconf_src_install
|
| 30 |
rm -rf "${D}"/usr/share/doc/${PN}
|
| 31 |
}
|