diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
commit | 3b85f6dfe5c5a53951d993f35d74fe88597ee623 (patch) | |
tree | b0ddc2a1d67e12d8db8eeca758d016248d77d1a8 /net-www/prozilla | |
parent | Some cleanup (diff) | |
download | gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.gz gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.bz2 gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.zip |
*** empty log message ***
Diffstat (limited to 'net-www/prozilla')
-rw-r--r-- | net-www/prozilla/files/digest-prozilla-1.3.4 | 1 | ||||
-rw-r--r-- | net-www/prozilla/prozilla-1.3.4.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/net-www/prozilla/files/digest-prozilla-1.3.4 b/net-www/prozilla/files/digest-prozilla-1.3.4 deleted file mode 100644 index 70eab6b99e13..000000000000 --- a/net-www/prozilla/files/digest-prozilla-1.3.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 c5b97e3d268bf5eb9142fd5badec749e prozilla-1.3.4.tar.gz diff --git a/net-www/prozilla/prozilla-1.3.4.ebuild b/net-www/prozilla/prozilla-1.3.4.ebuild deleted file mode 100644 index 74cbd97bbc20..000000000000 --- a/net-www/prozilla/prozilla-1.3.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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://www.lintux.cx/~kalum/${A}" -HOMEPAGE="http://www.lintux.cx/~kalum/prozilla.html" - -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 - -} - |