summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/file-roller/file-roller-2.0.0.ebuild')
-rw-r--r--app-arch/file-roller/file-roller-2.0.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-arch/file-roller/file-roller-2.0.0.ebuild b/app-arch/file-roller/file-roller-2.0.0.ebuild
new file mode 100644
index 000000000000..a4469f048d38
--- /dev/null
+++ b/app-arch/file-roller/file-roller-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/app-arch/file-roller/file-roller-2.0.0.ebuild,v 1.1 2002/07/30 15:21:51 stroke Exp $
+
+inherit gnome2
+
+S=${WORKDIR}/${P}
+DESCRIPTION="File Roller is an archive manager for the GNOME environment."
+SRC_URI="mirror://sourceforge/${PN/-/}/${P}.tar.gz"
+HOMEPAGE="http://fileroller.sourceforge.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc"
+
+DEPEND=">=x11-libs/gtk+-2.0.5
+ >=gnome-base/gnome-vfs-2.0.0
+ >=gnome-base/libglade-2.0.0
+ >=gnome-base/bonobo-activation-1.0.0
+ >=gnome-base/libbonobo-2.0.0
+ >=gnome-base/nautilus-2.0.0"
+
+DOCS="AUTHORS COPYING ChangeLog NEWS README TODO"