diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-04 00:16:12 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-04 00:16:12 +0000 |
commit | 9ea505d44e317141bbe1c635ed016c316ea75db7 (patch) | |
tree | 60e1fbb37be62abbc9144477c188c3bbd0d78813 /media-libs/imlib | |
parent | Now finds it's help and configuration files correctly (diff) | |
download | gentoo-2-9ea505d44e317141bbe1c635ed016c316ea75db7.tar.gz gentoo-2-9ea505d44e317141bbe1c635ed016c316ea75db7.tar.bz2 gentoo-2-9ea505d44e317141bbe1c635ed016c316ea75db7.zip |
dependencie fixes and updates
Diffstat (limited to 'media-libs/imlib')
-rw-r--r-- | media-libs/imlib/imlib-1.9.10.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/media-libs/imlib/imlib-1.9.10.ebuild b/media-libs/imlib/imlib-1.9.10.ebuild index 72b5f942c4b2..366e6d6524a3 100644 --- a/media-libs/imlib/imlib-1.9.10.ebuild +++ b/media-libs/imlib/imlib-1.9.10.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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/imlib/imlib-1.9.10.ebuild,v 1.2 2001/05/01 18:29:05 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.10.ebuild,v 1.3 2001/06/04 00:16:12 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -16,19 +16,15 @@ DEPEND="virtual/glibc >=media-libs/giflib-4.1.0 >=media-libs/libpng-1.0.7 >=media-libs/tiff-3.5.5 - >=media-libs/jpeg-6b - >=dev-libs/glib-1.2.10 >=x11-libs/gtk+-1.2.10 virtual/x11" -src_compile() { - cd ${S} +src_compile() { try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11/imlib try make } -src_install() { - cd ${S} +src_install() { try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11/imlib install preplib /usr/X11R6 dodoc AUTHORS COPYING* ChangeLog README |