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 | 2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f (patch) | |
tree | 581474cf26a837595c43021bc503fc295434e865 /media-libs/giflib | |
parent | added 3dfx's GPL (diff) | |
download | gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.tar.gz gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.tar.bz2 gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.zip |
repoman'd
Diffstat (limited to 'media-libs/giflib')
-rw-r--r-- | media-libs/giflib/giflib-4.1.0-r3.ebuild | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/media-libs/giflib/giflib-4.1.0-r3.ebuild b/media-libs/giflib/giflib-4.1.0-r3.ebuild index 7fd8e2efe274..248e3750ddba 100644 --- a/media-libs/giflib/giflib-4.1.0-r3.ebuild +++ b/media-libs/giflib/giflib-4.1.0-r3.ebuild @@ -1,19 +1,17 @@ -## Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Updated by AJ Lewis <aj@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-4.1.0-r3.ebuild,v 1.6 2002/07/16 11:36:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-4.1.0-r3.ebuild,v 1.7 2002/07/22 14:37:06 seemant Exp $ S=${WORKDIR}/${P} -DESCRIPTION="giflib" +DESCRIPTION="Library to handle, display and manipulate GIF images" +HOMEPAGE="http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml" SRC_URI="ftp://metalab.unc.edu/pub/Linux/libs/giflib/${P}.tar.gz ftp://prtr-13.ucsc.edu/pub/libungif/${P}.tar.gz" -HOMEPAGE="http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml" - DEPEND="X? ( virtual/x11 )" SLOT="0" -LICENSE="GPL" +LICENSE="as-is|BSD" KEYWORDS="x86 ppc" src_compile() { @@ -24,11 +22,7 @@ src_compile() { && myconf="--with-x" \ || myconf="--without-x" - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - ${myconf} || die - + econf ${myconf} || die emake || die } |