diff options
Diffstat (limited to 'gnome-base/libgtop/libgtop-2.0.0.ebuild')
-rw-r--r-- | gnome-base/libgtop/libgtop-2.0.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnome-base/libgtop/libgtop-2.0.0.ebuild b/gnome-base/libgtop/libgtop-2.0.0.ebuild new file mode 100644 index 000000000000..965fc14dbd31 --- /dev/null +++ b/gnome-base/libgtop/libgtop-2.0.0.ebuild @@ -0,0 +1,23 @@ +# 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-base/libgtop/libgtop-2.0.0.ebuild,v 1.1 2002/06/10 23:09:08 spider Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="" +SRC_URI="ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/${PN}/${P}.tar.bz2" +HOMEPAGE="http://www.gnome.org/" + +RDEPEND=">=x11-libs/gtk+-2.0.0 + >=dev-libs/glib-2.0.0" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +DOCS="AUTHORS COPYING ChangeLog INSTALL LIBGTOP-VERSION NEWS README RELNOTES*" + + + + + |