diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:57:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:57:48 +0000 |
commit | a1c4cc6cf37c6da92a9c2c2c4cc86abb79b3676b (patch) | |
tree | 7d8f684fd8d45fa684318c2ffc231860f5984545 /media-libs/jbigkit | |
parent | Attempt some new magic with replacing the head command in the scripts (diff) | |
download | historical-a1c4cc6cf37c6da92a9c2c2c4cc86abb79b3676b.tar.gz historical-a1c4cc6cf37c6da92a9c2c2c4cc86abb79b3676b.tar.bz2 historical-a1c4cc6cf37c6da92a9c2c2c4cc86abb79b3676b.zip |
fix license/repoman
Diffstat (limited to 'media-libs/jbigkit')
-rw-r--r-- | media-libs/jbigkit/jbigkit-1.4.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/media-libs/jbigkit/jbigkit-1.4.ebuild b/media-libs/jbigkit/jbigkit-1.4.ebuild index 66e3a94418e4..81cd940351c4 100644 --- a/media-libs/jbigkit/jbigkit-1.4.ebuild +++ b/media-libs/jbigkit/jbigkit-1.4.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-1.4.ebuild,v 1.12 2003/08/04 20:31:30 gmsoft Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-1.4.ebuild,v 1.13 2003/08/07 03:51:37 vapier Exp $ -S="${WORKDIR}/${PN}" DESCRIPTION="JBIG-KIT implements a highly effective data compression algorithm for bi-level high-resolution images such as fax pages or scanned documents" -SRC_URI="http://www.cl.cam.ac.uk/~mgk25/download/${P}.tar.gz" HOMEPAGE="http://www.cl.cam.ac.uk/~mgk25/jbigkit/" +SRC_URI="http://www.cl.cam.ac.uk/~mgk25/download/${P}.tar.gz" LICENSE="GPL-2" -IUSE="" SLOT="0" KEYWORDS="x86 ppc ~sparc alpha amd64 hppa" + DEPEND="virtual/glibc >=sys-apps/sed-4" +S="${WORKDIR}/${PN}" + src_unpack() { unpack ${A} cd ${S} |