blob: 3bbdde4aed424604c742d180d64b79e8c615c5b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.3.ebuild,v 1.3 2002/09/05 21:27:01 spider Exp $
inherit gnome2
S=${WORKDIR}/${P}
DESCRIPTION="the Gnome Virtual Filesystem extra libraries"
SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.gnome.org/"
SLOT="1"
LICENSE="GPL-2"
KEYWORDS="x86 sparc sparc64"
RDEPEND=">=dev-libs/glib-2.0.6
>=gnome-base/gconf-1.2.1
>=gnome-base/ORBit2-2.4.1
>=gnome-base/gnome-mime-data-2.0.0
>=gnome-base/gnome-vfs-2.0.2
>=sys-devel/gettext-0.10.40"
DEPEND="${RDEPEND}
doc? ( dev-util/gtk-doc )
>=dev-util/pkgconfig-0.12.0"
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
|