diff options
Diffstat (limited to 'app-arch/unzip/unzip-5.42-r1.ebuild')
-rw-r--r-- | app-arch/unzip/unzip-5.42-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/unzip/unzip-5.42-r1.ebuild b/app-arch/unzip/unzip-5.42-r1.ebuild index 2922bb79ba06..513471c1cae8 100644 --- a/app-arch/unzip/unzip-5.42-r1.ebuild +++ b/app-arch/unzip/unzip-5.42-r1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42-r1.ebuild,v 1.1 2002/04/19 23:17:27 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42-r1.ebuild,v 1.2 2002/07/06 20:46:50 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unzipper for pkzip-compressed files" SRC_URI="http://soft.ivanovo.ru/Linux/unzip542.tar.gz" HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" +LICENSE="Info-ZIP" DEPEND="virtual/glibc" |