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 | b1560dad189ce2b107c03ce6afc20081a07c4979 (patch) | |
tree | 24751ccd78f3fa895d818efd6bd43947884c8497 /media-libs/fnlib | |
parent | Added yet another game, it's a dirty job but someone has to do it :-) (diff) | |
download | gentoo-2-b1560dad189ce2b107c03ce6afc20081a07c4979.tar.gz gentoo-2-b1560dad189ce2b107c03ce6afc20081a07c4979.tar.bz2 gentoo-2-b1560dad189ce2b107c03ce6afc20081a07c4979.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 |