From 67278d28dec9164ea4d7cb0b01d81c115691ade1 Mon Sep 17 00:00:00 2001 From: Martin Schlemmer Date: Sun, 24 Mar 2002 22:24:05 +0000 Subject: small tweak --- media-libs/imlib/imlib-1.9.13-r1.ebuild | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'media-libs/imlib') 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 -# $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 } -- cgit v1.2.3-65-gdbad