# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger # $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42.ebuild,v 1.4 2001/11/10 02:33:03 hallski 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" DEPEND="virtual/glibc" src_unpack() { unpack ${A} cd ${S} patch -p0 < ${FILESDIR}/unzip-5.42.patch } src_compile() { cp unix/Makefile unix/Makefile.orig sed -e "s:-O3:${CFLAGS}:" unix/Makefile.orig > unix/Makefile try make -f unix/Makefile linux } src_install() { dobin unzip funzip unzipsfx unix/zipgrep doman man/*.1 dodoc BUGS COPYING History* LICENSE README ToDo WHERE }