diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:51:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:51:31 +0000 |
commit | 2bc0c2407f1a4c175633ddeb6a69df851cda311d (patch) | |
tree | 352c19c19fc24ec8f2559212b59417659fa12600 /app-arch/gzip-x86 | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.tar.gz gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.tar.bz2 gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.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 } |