blob: 853872b83badcc8af1e1d2eee0c5012ba569caf1 (
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
|
# 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.1.ebuild,v 1.3 2002/08/01 12:44:00 seemant Exp $
inherit gnome2
S=${WORKDIR}/${P}
DESCRIPTION="the Gnome Virtual Filesystem extra libraries"
SRC_URI="mirror://gnome/sources/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.gnome.org/"
SLOT="1"
LICENSE="GPL-2"
KEYWORDS="x86"
RDEPEND=">=dev-libs/glib-2.0.3
>=gnome-base/gconf-1.2.0
>=gnome-base/ORBit2-2.4.0
>=gnome-base/gnome-mime-data-2.0.0
>=gnome-base/gnome-vfs-2.0.1
>=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"
|