diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-12-31 23:47:55 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-12-31 23:47:55 +0000 |
commit | 34c596d4cdaa03778580b99ef7e7e2db55848ba3 (patch) | |
tree | aa151cda129909f2d0a61aeac0550be0e2a956ac /sys-apps/bzip2 | |
parent | drip, for video conversion to divx (diff) | |
download | historical-34c596d4cdaa03778580b99ef7e7e2db55848ba3.tar.gz historical-34c596d4cdaa03778580b99ef7e7e2db55848ba3.tar.bz2 historical-34c596d4cdaa03778580b99ef7e7e2db55848ba3.zip |
header and form updates
Diffstat (limited to 'sys-apps/bzip2')
-rw-r--r-- | sys-apps/bzip2/bzip2-1.0.1-r4.ebuild | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/sys-apps/bzip2/bzip2-1.0.1-r4.ebuild b/sys-apps/bzip2/bzip2-1.0.1-r4.ebuild index 04fe8ca32b35..b97f2f633269 100644 --- a/sys-apps/bzip2/bzip2-1.0.1-r4.ebuild +++ b/sys-apps/bzip2/bzip2-1.0.1-r4.ebuild @@ -1,15 +1,18 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.1-r4.ebuild,v 1.2 2001/10/06 16:44:02 drobbins Exp $ +# Maintainer: Daniel Robbins <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.1-r4.ebuild,v 1.3 2001/12/31 23:47:55 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" -SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v100/${P}.tar.gz ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v100/${P}.tar.gz" +SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v100/${P}.tar.gz + ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v100/${P}.tar.gz" HOMEPAGE="http://sourceware.cygnus.com/bzip2/" + DEPEND="virtual/glibc" src_unpack() { + unpack ${A} cd ${S} patch -p0 < ${FILESDIR}/bzip2-1.0.1-Makefile-gentoo.diff @@ -17,13 +20,16 @@ src_unpack() { } src_compile() { + if [ -z "`use build`" ] then emake -f Makefile-libbz2_so all || die fi emake all || die } + src_install() { + if [ -z "`use build`" ] then make DESTDIR=${D} install || die |