summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-02-17 01:48:11 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-02-17 01:48:11 +0000
commit083a1f4b02f84837a55d40de92250801fd104e0b (patch)
tree61ec9d06009de188c2bf625a929037ca0dfd42b9 /app-arch
parentnew version (diff)
downloadgentoo-2-083a1f4b02f84837a55d40de92250801fd104e0b.tar.gz
gentoo-2-083a1f4b02f84837a55d40de92250801fd104e0b.tar.bz2
gentoo-2-083a1f4b02f84837a55d40de92250801fd104e0b.zip
new version
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/file-roller/ChangeLog4
-rw-r--r--app-arch/file-roller/file-roller-0.6.ebuild50
-rw-r--r--app-arch/file-roller/files/digest-file-roller-0.61
3 files changed, 54 insertions, 1 deletions
diff --git a/app-arch/file-roller/ChangeLog b/app-arch/file-roller/ChangeLog
index 645e4b9b264f..9f1c469cca75 100644
--- a/app-arch/file-roller/ChangeLog
+++ b/app-arch/file-roller/ChangeLog
@@ -1,6 +1,8 @@
# 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.2 2002/02/05 19:44:38 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/file-roller/ChangeLog,v 1.3 2002/02/17 01:48:11 azarah Exp $
+
+*file-roller-0.6 (17 Feb 2002)
5 Feb 2002; M.Schlemmer <azarah@gentoo.org> file-roller-0.5.ebuild :
diff --git a/app-arch/file-roller/file-roller-0.6.ebuild b/app-arch/file-roller/file-roller-0.6.ebuild
new file mode 100644
index 000000000000..56eba90826fa
--- /dev/null
+++ b/app-arch/file-roller/file-roller-0.6.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.6.ebuild,v 1.1 2002/02/17 01:48:11 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.6 b/app-arch/file-roller/files/digest-file-roller-0.6
new file mode 100644
index 000000000000..71e2919e9e51
--- /dev/null
+++ b/app-arch/file-roller/files/digest-file-roller-0.6
@@ -0,0 +1 @@
+MD5 c8086e668edd6a213ac33107c2582589 file-roller-0.6.tar.gz 245794