From 78e79e570ca0fbd3912debd47b214daf9642147e Mon Sep 17 00:00:00 2001 From: Parag Mehta Date: Sun, 19 Aug 2001 03:35:48 +0000 Subject: new release. --- net-www/prozilla/files/digest-prozilla-1.3.6 | 1 + net-www/prozilla/prozilla-1.3.6.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 net-www/prozilla/files/digest-prozilla-1.3.6 create mode 100644 net-www/prozilla/prozilla-1.3.6.ebuild (limited to 'net-www/prozilla') diff --git a/net-www/prozilla/files/digest-prozilla-1.3.6 b/net-www/prozilla/files/digest-prozilla-1.3.6 new file mode 100644 index 000000000000..68f629c68372 --- /dev/null +++ b/net-www/prozilla/files/digest-prozilla-1.3.6 @@ -0,0 +1 @@ +MD5 65864dfe72f5cb7d7e595ca6f34fc7d7 prozilla-1.3.6.tar.gz diff --git a/net-www/prozilla/prozilla-1.3.6.ebuild b/net-www/prozilla/prozilla-1.3.6.ebuild new file mode 100644 index 000000000000..806bd6d70cdc --- /dev/null +++ b/net-www/prozilla/prozilla-1.3.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Parag Mehta +#$Header: /var/cvsroot/gentoo-x86/net-www/prozilla/prozilla-1.3.6.ebuild,v 1.1 2001/08/19 03:35:48 pm Exp $ + +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 --infodir=/usr/share/info --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 + +} + -- cgit v1.2.3-65-gdbad