diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-04 03:33:03 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-04 03:33:03 +0000 |
commit | a83024060f205ff0773ae8d553b350a8e2caff12 (patch) | |
tree | 6bd2f0406f3e5284ee58cd8696d5e145e96c0fd5 /media-libs/fnlib | |
parent | grrr, commit I say COMMIT (diff) | |
download | historical-a83024060f205ff0773ae8d553b350a8e2caff12.tar.gz historical-a83024060f205ff0773ae8d553b350a8e2caff12.tar.bz2 historical-a83024060f205ff0773ae8d553b350a8e2caff12.zip |
*** empty log message ***
Diffstat (limited to 'media-libs/fnlib')
-rw-r--r-- | media-libs/fnlib/fnlib-0.5.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/media-libs/fnlib/fnlib-0.5.ebuild b/media-libs/fnlib/fnlib-0.5.ebuild index 2590104681a4..62875ba182d9 100644 --- a/media-libs/fnlib/fnlib-0.5.ebuild +++ b/media-libs/fnlib/fnlib-0.5.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/fnlib/fnlib-0.5.ebuild,v 1.6 2001/04/30 10:55:26 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fnlib/fnlib-0.5.ebuild,v 1.7 2001/06/04 03:33:03 achim Exp $ P=fnlib-0.5 A=${P}.tar.gz @@ -9,16 +9,15 @@ S=${WORKDIR}/${P} DESCRIPTION="Font Library" SRC_URI="ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/libs/"${A} -DEPEND=">=media-libs/imlib-1.9.8.1" +DEPEND="virtual/glibc >=media-libs/imlib-1.9.8.1" + +src_compile() { -src_compile() { - cd ${S} try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11/fnlib try make } -src_install() { - cd ${S} +src_install() { try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11/fnlib install dodoc AUTHORS ChangeLog COPYING* HACKING NEWS README |