diff options
author | 2004-06-25 23:56:50 +0000 | |
---|---|---|
committer | 2004-06-25 23:56:50 +0000 | |
commit | cb12b723820639f024686025261c12a793a46979 (patch) | |
tree | 54970371d7741c39c42f48cb0eb1e1b5b8459878 /app-arch/gzip-x86 | |
parent | stable on amd64 (diff) | |
download | historical-cb12b723820639f024686025261c12a793a46979.tar.gz historical-cb12b723820639f024686025261c12a793a46979.tar.bz2 historical-cb12b723820639f024686025261c12a793a46979.zip |
touch the libc
Diffstat (limited to 'app-arch/gzip-x86')
-rw-r--r-- | app-arch/gzip-x86/gzip-x86-0.90.ebuild | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/app-arch/gzip-x86/gzip-x86-0.90.ebuild b/app-arch/gzip-x86/gzip-x86-0.90.ebuild index 719b83d90e0f..9f7687b0b150 100644 --- a/app-arch/gzip-x86/gzip-x86-0.90.ebuild +++ b/app-arch/gzip-x86/gzip-x86-0.90.ebuild @@ -1,28 +1,21 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip-x86/gzip-x86-0.90.ebuild,v 1.4 2004/06/24 21:31:26 agriffis Exp $ - +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip-x86/gzip-x86-0.90.ebuild,v 1.5 2004/06/25 23:50:51 vapier Exp $ MY_P=${PN/-/_}-${PV} S=${WORKDIR}/${MY_P} -DESCRIPTION="gzip_x86 is an optimized gzip for x86 arch. 5-45% speed increase is offered during decompression" +DESCRIPTION="gzip_x86 is an optimized gzip for x86 arch" HOMEPAGE="ftp://spruce.he.net/pub/jreiser" SRC_URI="ftp://spruce.he.net/pub/jreiser/${MY_P}.tgz" -SLOT="0" LICENSE="GPL-2" -IUSE="" +SLOT="0" KEYWORDS="-* x86 amd64" +IUSE="" -DEPEND="virtual/glibc" - +DEPEND="virtual/libc" PROVIDE="virtual/gzip" -src_compile() { - econf || die - emake || die -} - src_install() { make DESTDIR=${D} install || die } |