diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-03 10:25:31 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-03 10:25:31 +0000 |
commit | 8362a93c6455ddfe82d9ffb27711b013d06af99e (patch) | |
tree | 730687c33489fd13b2d61deb10752f8aa446effc /media-libs | |
parent | libxml is a compile time dependency, and gettext is a runtime dependency (diff) | |
download | gentoo-2-8362a93c6455ddfe82d9ffb27711b013d06af99e.tar.gz gentoo-2-8362a93c6455ddfe82d9ffb27711b013d06af99e.tar.bz2 gentoo-2-8362a93c6455ddfe82d9ffb27711b013d06af99e.zip |
typos?
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r7.ebuild | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r7.ebuild b/media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r7.ebuild index 1bc244cb869a..4fe817f47102 100644 --- a/media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r7.ebuild +++ b/media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r7.ebuild,v 1.2 2002/04/03 00:46:55 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.16.0-r7.ebuild,v 1.3 2002/04/03 10:25:31 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNOME Image Library" @@ -30,6 +30,15 @@ src_compile() { #update libtool, else we get the "relink bug" libtoolize --copy --force + gdk-pixbuf-0.16.0-r7.ebuild + aclocal + autoconf + automake --add-missing + + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc/X11/gdk-pixbuf || die ./configure --host=${CHOST} \ --prefix=/usr \ @@ -46,9 +55,10 @@ src_compile() { src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc/X11/gdk-pixbuf \ - install || die + make \ + prefix=${D}/usr \ + sysconfdir=${D}/etc/X11/gdk-pixbuf \ + install || die #fix permissions on the loaders chmod a+rx ${D}/usr/lib/gdk-pixbuf/loaders |