summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 02:17:59 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 02:17:59 +0000
commit8a38809d0b9c3b85d1139deb6eb0c09b58f26a0b (patch)
treea17130f454a9359bf59d8435528c713b99ec004b /app-arch/lzop
parentchanged src_install () to src_install() (diff)
downloadhistorical-8a38809d0b9c3b85d1139deb6eb0c09b58f26a0b.tar.gz
historical-8a38809d0b9c3b85d1139deb6eb0c09b58f26a0b.tar.bz2
historical-8a38809d0b9c3b85d1139deb6eb0c09b58f26a0b.zip
Changed econf||die to econf
Diffstat (limited to 'app-arch/lzop')
-rw-r--r--app-arch/lzop/lzop-1.00.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/app-arch/lzop/lzop-1.00.ebuild b/app-arch/lzop/lzop-1.00.ebuild
index 1e1b1f1f76c4..9202e685969d 100644
--- a/app-arch/lzop/lzop-1.00.ebuild
+++ b/app-arch/lzop/lzop-1.00.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lzop/lzop-1.00.ebuild,v 1.12 2002/10/20 18:36:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lzop/lzop-1.00.ebuild,v 1.13 2002/11/30 02:16:49 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="Utility for fast (even reat-time) compression/decompression"
SRC_URI="http://www.oberhumer.com/opensource/lzop/download/${P}.tar.gz"
HOMEPAGE="http://www.oberhumer.com/opensource/lzop/"
@@ -14,17 +13,12 @@ KEYWORDS="x86 ppc sparc sparc64"
DEPEND="dev-libs/lzo"
src_compile() {
- econf --disable-shared || die
+ econf --disable-shared
emake || die
}
src_install() {
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die
-
+ einstall
dodoc AUTHORS ChangeLog COPYING* NEWS README THANKS
dodoc doc/lzop.{txt,ps}
dohtml doc/*.html