diff options
Diffstat (limited to 'sys-apps/bzip2/bzip2-1.0.2.ebuild')
-rw-r--r-- | sys-apps/bzip2/bzip2-1.0.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/bzip2/bzip2-1.0.2.ebuild b/sys-apps/bzip2/bzip2-1.0.2.ebuild index 9b2e9d7ee0b8..dc64583835c5 100644 --- a/sys-apps/bzip2/bzip2-1.0.2.ebuild +++ b/sys-apps/bzip2/bzip2-1.0.2.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.2.ebuild,v 1.1 2002/02/02 20:11:41 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.2.ebuild,v 1.2 2002/07/10 16:17:56 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v102/${P}.tar.gz ftp://ftp.freesoftware.com/pub/sourceware/bzip2/v102/${P}.tar.gz" HOMEPAGE="http://sourceware.cygnus.com/bzip2/" +LICENSE="BZIP2" DEPEND="virtual/glibc" |