diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-07-10 08:35:30 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-07-10 08:35:30 +0000 |
commit | 8d070d1f1cb02236a3b81bb6f55c653e7e91a516 (patch) | |
tree | b3c13782f62838aa77603b1a9a4d0698ec5b3981 /net-www/prozilla | |
parent | new version (diff) | |
download | historical-8d070d1f1cb02236a3b81bb6f55c653e7e91a516.tar.gz historical-8d070d1f1cb02236a3b81bb6f55c653e7e91a516.tar.bz2 historical-8d070d1f1cb02236a3b81bb6f55c653e7e91a516.zip |
new version
Diffstat (limited to 'net-www/prozilla')
-rw-r--r-- | net-www/prozilla/files/digest-prozilla-1.3.5.2 | 1 | ||||
-rw-r--r-- | net-www/prozilla/prozilla-1.3.5.2.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/net-www/prozilla/files/digest-prozilla-1.3.5.2 b/net-www/prozilla/files/digest-prozilla-1.3.5.2 new file mode 100644 index 000000000000..698bd562cccb --- /dev/null +++ b/net-www/prozilla/files/digest-prozilla-1.3.5.2 @@ -0,0 +1 @@ +MD5 56482a96811cbe745dd0a6062dc6fa3d prozilla-1.3.5.2.tar.gz diff --git a/net-www/prozilla/prozilla-1.3.5.2.ebuild b/net-www/prozilla/prozilla-1.3.5.2.ebuild new file mode 100644 index 000000000000..ec559a0967fc --- /dev/null +++ b/net-www/prozilla/prozilla-1.3.5.2.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 + +} + |