summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Brueckner <darks@gentoo.org>2001-06-13 23:37:11 +0000
committerHolger Brueckner <darks@gentoo.org>2001-06-13 23:37:11 +0000
commite7105f0c999ff0092ddcfcca711decf4063cc13c (patch)
treedf720893ab85230011322259f308ce7e1860bf0f /net-www/prozilla
parentNew version of cups (thanks to lordjoe for pointing it out). (diff)
downloadgentoo-2-e7105f0c999ff0092ddcfcca711decf4063cc13c.tar.gz
gentoo-2-e7105f0c999ff0092ddcfcca711decf4063cc13c.tar.bz2
gentoo-2-e7105f0c999ff0092ddcfcca711decf4063cc13c.zip
changed url's and a minor bugfix
Diffstat (limited to 'net-www/prozilla')
-rw-r--r--net-www/prozilla/files/digest-prozilla-1.3.5.11
-rw-r--r--net-www/prozilla/prozilla-1.3.5.1.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/net-www/prozilla/files/digest-prozilla-1.3.5.1 b/net-www/prozilla/files/digest-prozilla-1.3.5.1
new file mode 100644
index 000000000000..245560fe468b
--- /dev/null
+++ b/net-www/prozilla/files/digest-prozilla-1.3.5.1
@@ -0,0 +1 @@
+MD5 409db51e5c6a95ba9b9568b7374b7fb0 prozilla-1.3.5.1.tar.gz
diff --git a/net-www/prozilla/prozilla-1.3.5.1.ebuild b/net-www/prozilla/prozilla-1.3.5.1.ebuild
new file mode 100644
index 000000000000..ec559a0967fc
--- /dev/null
+++ b/net-www/prozilla/prozilla-1.3.5.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Philippe Namias <pnamias@gentoo.org>
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="A download manager"
+SRC_URI="http://prozilla.delrom.ro/tarballs/${A}"
+HOMEPAGE="http://prozilla.delrom.ro/"
+
+DEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.2"
+
+src_compile() {
+ try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} --sysconfdir=/etc
+ try make
+}
+
+src_install () {
+ try make DESTDIR=${D} install
+
+ dodoc ANNOUNCE AUTHORS COPYING CREDITS ChangeLog FAQ NEWS README TODO
+
+}
+