diff options
Diffstat (limited to 'app-arch/unzip/unzip-5.50-r1.ebuild')
-rw-r--r-- | app-arch/unzip/unzip-5.50-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-arch/unzip/unzip-5.50-r1.ebuild b/app-arch/unzip/unzip-5.50-r1.ebuild deleted file mode 100644 index fa32f326eb0e..000000000000 --- a/app-arch/unzip/unzip-5.50-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.50-r1.ebuild,v 1.12 2004/02/22 05:50:29 mr_bones_ Exp $ - -DESCRIPTION="Unzipper for pkzip-compressed files" -HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" -SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${PN}${PV/.}.tar.gz" - -LICENSE="Info-ZIP" -SLOT="0" -KEYWORDS="x86 ppc alpha hppa mips" - -DEPEND="virtual/glibc" - -src_compile() { - sed -i -e "s:-O3:${CFLAGS}:" \ - -e "s:CC=gcc LD=gcc:CC=${CC:-gcc} LD=${CC:-gcc}:" \ - -e "s:-O :${CFLAGS} :" unix/Makefile - - use x86 \ - && TARGET=linux \ - || TARGET=linux_noasm - - make -f unix/Makefile ${TARGET} || die -} - -src_install() { - dobin unzip funzip unzipsfx unix/zipgrep - dosym /usr/bin/unzip /usr/bin/zipinfo - doman man/*.1 - dodoc BUGS COPYING.OLD History* LICENSE README ToDo WHERE -} |