summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-02-03 21:13:29 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-02-03 21:13:29 +0000
commit065f97521751a56c5469129fa990a77bdbe0580d (patch)
tree3006f06548605eaa796c765573ce80298bf8fe13 /app-arch
parentremoving old revision (diff)
downloadgentoo-2-065f97521751a56c5469129fa990a77bdbe0580d.tar.gz
gentoo-2-065f97521751a56c5469129fa990a77bdbe0580d.tar.bz2
gentoo-2-065f97521751a56c5469129fa990a77bdbe0580d.zip
Winzip like clone for Gnome
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/file-roller/ChangeLog13
-rw-r--r--app-arch/file-roller/file-roller-0.5.ebuild50
-rw-r--r--app-arch/file-roller/files/digest-file-roller-0.51
3 files changed, 64 insertions, 0 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog
new file mode 100644
index 000000000000..148cba46e709
--- /dev/null
+++ b/app-arch/file-roller/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for app-arch/file-roller
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.1 2002/02/03 21:13:29 azarah Exp $
+
+*file-roller-0.5 (3 Feb 2002)
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/app-arch/file-roller/file-roller-0.5.ebuild b/app-arch/file-roller/file-roller-0.5.ebuild
new file mode 100644
index 000000000000..d97f29272f8a
--- /dev/null
+++ b/app-arch/file-roller/file-roller-0.5.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: Martin Schlemmer <azarah@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/file-roller-0.5.ebuild,v 1.1 2002/02/03 21:13:29 azarah Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="File Roller is an archive manager for the GNOME environment."
+SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz"
+HOMEPAGE="http://fileroller.sourceforge.net/"
+
+DEPEND="virtual/glibc
+ virtual/x11
+ x11-libs/gtk+
+ >=gnome-base/gnome-libs-1.2.0
+ >=gnome-base/gnome-vfs-1.0.0
+ >=gnome-base/libglade-0.14
+ >=gnome-base/oaf-0.6.5
+ >=gnome-base/bonobo-1.0.0
+ >=media-libs/gdk-pixbuf-0.9.0
+ nls? ( dev-util/intltool )"
+
+
+src_compile() {
+
+ local myconf
+ use nls || myconf="--disable-nls"
+
+ ./configure --host=${CHOST} \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --localstatedir=/var/lib \
+ --sysconfdir=/etc \
+ $myconf || die
+
+ emake || die
+}
+
+src_install() {
+
+ make prefix=${D}/usr \
+ mandir=${D}/usr/share/man \
+ infodir=${D}/usr/share/info \
+ localstatedir=${D}/var/lib \
+ sysconfdir=${D}/etc \
+ install || die
+
+ dodoc AUTHORS COPYING ChangeLog NEWS README TODO
+}
+
diff --git a/app-arch/file-roller/files/digest-file-roller-0.5 b/app-arch/file-roller/files/digest-file-roller-0.5
new file mode 100644
index 000000000000..4b55dfada656
--- /dev/null
+++ b/app-arch/file-roller/files/digest-file-roller-0.5
@@ -0,0 +1 @@
+MD5 49e7ab2a55867c76dd9885425bc6b7d0 file-roller-0.5.tar.gz 231174