diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 14:37:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 14:37:06 +0000 |
commit | 43480cafff7d0e6202a391ad867fa8b9ecf05673 (patch) | |
tree | 28c65e3696f5ac45856b3fd377e0ca74cd88cd6d /media-libs/jpeg | |
parent | added 3dfx's GPL (diff) | |
download | historical-43480cafff7d0e6202a391ad867fa8b9ecf05673.tar.gz historical-43480cafff7d0e6202a391ad867fa8b9ecf05673.tar.bz2 historical-43480cafff7d0e6202a391ad867fa8b9ecf05673.zip |
repoman'd
Diffstat (limited to 'media-libs/jpeg')
-rw-r--r-- | media-libs/jpeg/jpeg-6b-r2.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/media-libs/jpeg/jpeg-6b-r2.ebuild b/media-libs/jpeg/jpeg-6b-r2.ebuild index cb2bbc904538..a8db98818451 100644 --- a/media-libs/jpeg/jpeg-6b-r2.ebuild +++ b/media-libs/jpeg/jpeg-6b-r2.ebuild @@ -1,23 +1,22 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r2.ebuild,v 1.4 2002/07/16 11:36:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r2.ebuild,v 1.5 2002/07/22 14:37:06 seemant Exp $ MY_P=${PN}src.v${PV} S=${WORKDIR}/${P} -DESCRIPTION="libjpeg" +DESCRIPTION="Library to load, handle and manipulate images in the JPEG format" SRC_URI="ftp://ftp.uu.net/graphics/jpeg/${MY_P}.tar.gz" HOMEPAGE="http://www.ijg.org/" -DEPEND="virtual/glibc" SLOT="0" LICENSE="as-is" KEYWORDS="x86 ppc" +DEPEND="virtual/glibc" + src_compile() { - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ + econf \ --enable-shared \ --enable-static || die @@ -34,4 +33,3 @@ src_install() { dodoc README change.log structure.doc } - |