diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 22:25:22 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 22:25:22 +0000 |
commit | 1d405d0ec7cf90b6bd037f27776f018dc7c157c4 (patch) | |
tree | 0cfc933f062de1f460b1dc45827cd5210e945d8f /app-arch/gzip-x86 | |
parent | moved from sys-apps/gzip_x86, and PROVIDES virtual/gzip (diff) | |
download | historical-1d405d0ec7cf90b6bd037f27776f018dc7c157c4.tar.gz historical-1d405d0ec7cf90b6bd037f27776f018dc7c157c4.tar.bz2 historical-1d405d0ec7cf90b6bd037f27776f018dc7c157c4.zip |
moved from sys-apps/gzip_x86, and PROVIDES virtual/gzip
Diffstat (limited to 'app-arch/gzip-x86')
-rw-r--r-- | app-arch/gzip-x86/Manifest | 4 | ||||
-rw-r--r-- | app-arch/gzip-x86/files/digest-gzip-x86-0.90 | 1 | ||||
-rw-r--r-- | app-arch/gzip-x86/gzip-x86-0.90.ebuild | 27 |
3 files changed, 30 insertions, 2 deletions
diff --git a/app-arch/gzip-x86/Manifest b/app-arch/gzip-x86/Manifest index 6748b4fea51a..d8b289922ef2 100644 --- a/app-arch/gzip-x86/Manifest +++ b/app-arch/gzip-x86/Manifest @@ -1,3 +1,3 @@ -MD5 0b69e1e54d1c4a5dea9329fbf1e47711 gzip-x86-0.90.ebuild 681 -MD5 4430c565ba2d39d4e2f2266dff62ba44 ChangeLog 348 +MD5 a4dbe68bf6010477e0fe0419713edf41 gzip-x86-0.90.ebuild 681 +MD5 bed9d4efa609811b02a905f93e9b27d0 ChangeLog 545 MD5 30ea90807bc53110bd9192ea05b16412 files/digest-gzip-x86-0.90 62 diff --git a/app-arch/gzip-x86/files/digest-gzip-x86-0.90 b/app-arch/gzip-x86/files/digest-gzip-x86-0.90 new file mode 100644 index 000000000000..d7827dad29de --- /dev/null +++ b/app-arch/gzip-x86/files/digest-gzip-x86-0.90 @@ -0,0 +1 @@ +MD5 518fb583a96c335f5bd5a94675a15eeb gzip_x86-0.90.tgz 333860 diff --git a/app-arch/gzip-x86/gzip-x86-0.90.ebuild b/app-arch/gzip-x86/gzip-x86-0.90.ebuild new file mode 100644 index 000000000000..8352e6433f44 --- /dev/null +++ b/app-arch/gzip-x86/gzip-x86-0.90.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/11/14 22:25:21 seemant 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" +HOMEPAGE="ftp://spruce.he.net/pub/jreiser" +SRC_URI="ftp://spruce.he.net/pub/jreiser/${MY_P}.tgz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="-* x86 amd64" + +DEPEND="virtual/glibc" + +PROVIDE="virtual/gzip" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} |