diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-02-18 05:18:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-02-18 05:18:43 +0000 |
commit | 43af09fb04a68f9bc03add152f1f2d5fbfcba887 (patch) | |
tree | ac34c7992d9d1130ed6b728c1f212a0b6cd35810 /media-libs/imlib | |
parent | A version bump, and added mirror protocal to SRC_URI (diff) | |
download | historical-43af09fb04a68f9bc03add152f1f2d5fbfcba887.tar.gz historical-43af09fb04a68f9bc03add152f1f2d5fbfcba887.tar.bz2 historical-43af09fb04a68f9bc03add152f1f2d5fbfcba887.zip |
touchups
Diffstat (limited to 'media-libs/imlib')
-rw-r--r-- | media-libs/imlib/imlib-1.9.14-r1.ebuild | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/media-libs/imlib/imlib-1.9.14-r1.ebuild b/media-libs/imlib/imlib-1.9.14-r1.ebuild index b88645b979a0..587faddd98ba 100644 --- a/media-libs/imlib/imlib-1.9.14-r1.ebuild +++ b/media-libs/imlib/imlib-1.9.14-r1.ebuild @@ -1,15 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.14-r1.ebuild,v 1.14 2003/02/13 12:45:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.14-r1.ebuild,v 1.15 2003/02/18 05:18:43 vapier Exp $ inherit libtool -S=${WORKDIR}/${P} -DESCRIPTION="Imlib is a general Image loading and rendering library." +DESCRIPTION="general image loading and rendering library" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/${PN}/1.9/${P}.tar.gz http://ftp.gnome.org/pub/GNOME/sources/${PN}/1.9/${P}.tar.gz http://ftp.rpmfind.net/linux/gnome.org/sources/{PN}/1.9/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/" +HOMEPAGE="http://developer.gnome.org/arch/imaging/imlib.html" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc alpha" DEPEND="=x11-libs/gtk+-1.2* >=media-libs/tiff-3.5.5 @@ -17,10 +20,6 @@ DEPEND="=x11-libs/gtk+-1.2* >=media-libs/libpng-1.2.1 >=media-libs/jpeg-6b" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" - src_unpack() { unpack ${A} @@ -31,18 +30,16 @@ src_unpack() { } src_compile() { - elibtoolize econf \ --includedir="" \ --sysconfdir=/etc/imlib || die - + emake || die } src_install() { - make \ prefix=${D}/usr \ datadir=${D}/usr/share \ |