diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-03-24 22:24:05 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-03-24 22:24:05 +0000 |
commit | fa60e66d28237f5be38c0767fc47edf86a9e923d (patch) | |
tree | 70f41868b9b2b53a49030dc76b2ef1fdc265d751 /media-libs/imlib | |
parent | split the env.d file into two to accomodate kde2 and kde3 side by side install. (diff) | |
download | historical-fa60e66d28237f5be38c0767fc47edf86a9e923d.tar.gz historical-fa60e66d28237f5be38c0767fc47edf86a9e923d.tar.bz2 historical-fa60e66d28237f5be38c0767fc47edf86a9e923d.zip |
small tweak
Diffstat (limited to 'media-libs/imlib')
-rw-r--r-- | media-libs/imlib/imlib-1.9.13-r1.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/media-libs/imlib/imlib-1.9.13-r1.ebuild b/media-libs/imlib/imlib-1.9.13-r1.ebuild index 37de3574c81d..4a7c79387fff 100644 --- a/media-libs/imlib/imlib-1.9.13-r1.ebuild +++ b/media-libs/imlib/imlib-1.9.13-r1.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/imlib/imlib-1.9.13-r1.ebuild,v 1.1 2002/03/21 09:26:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.13-r1.ebuild,v 1.2 2002/03/24 22:24:05 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="Imlib is a general Image loading and rendering library." @@ -24,13 +24,15 @@ src_compile() { #update libtool to fix "relink" bug libtoolize --copy --force aclocal + autoconf + automake --add-missing ./configure --host=${CHOST} \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ - --sysconfdir=/etc/imlib \ - || die + --sysconfdir=/etc/imlib || die + emake || die } @@ -42,10 +44,10 @@ src_install() { sysconfdir=${D}/etc/imlib \ install || die - preplib /usr + preplib /usr - dodoc AUTHORS COPYING* ChangeLog README - dodoc NEWS - dohtml doc/*.gif doc/index.html + dodoc AUTHORS COPYING* ChangeLog README + dodoc NEWS + dohtml doc/*.gif doc/index.html } |