diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 04:50:11 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 04:50:11 +0000 |
commit | e957710c61fd53a47bd668fb1237354dff0cd955 (patch) | |
tree | d9537caae1742dc5fe724909f8de1622772eee64 /app-arch/lzop | |
parent | modernised (diff) | |
download | historical-e957710c61fd53a47bd668fb1237354dff0cd955.tar.gz historical-e957710c61fd53a47bd668fb1237354dff0cd955.tar.bz2 historical-e957710c61fd53a47bd668fb1237354dff0cd955.zip |
modernized
Diffstat (limited to 'app-arch/lzop')
-rw-r--r-- | app-arch/lzop/lzop-1.00.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/lzop/lzop-1.00.ebuild b/app-arch/lzop/lzop-1.00.ebuild index 5d351d9e7e90..cf35076147a9 100644 --- a/app-arch/lzop/lzop-1.00.ebuild +++ b/app-arch/lzop/lzop-1.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/lzop/lzop-1.00.ebuild,v 1.7 2002/07/26 05:05:10 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lzop/lzop-1.00.ebuild,v 1.8 2002/08/02 04:50:11 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Utility for fast (even reat-time) compression/decompression" @@ -14,12 +14,12 @@ KEYWORDS="x86" DEPEND="dev-libs/lzo" RDEPEND="${DEPEND}" -src_compile() { +src_compile() { econf --disable-shared || die emake || die } -src_install() { +src_install() { make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ |