diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 14:37:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 14:37:06 +0000 |
commit | 2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f (patch) | |
tree | 581474cf26a837595c43021bc503fc295434e865 /media-libs/fnlib | |
parent | added 3dfx's GPL (diff) | |
download | gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.tar.gz gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.tar.bz2 gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.zip |
repoman'd
Diffstat (limited to 'media-libs/fnlib')
-rw-r--r-- | media-libs/fnlib/fnlib-0.5-r1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/media-libs/fnlib/fnlib-0.5-r1.ebuild b/media-libs/fnlib/fnlib-0.5-r1.ebuild index dfe1d006ba33..ea69ccde9d98 100644 --- a/media-libs/fnlib/fnlib-0.5-r1.ebuild +++ b/media-libs/fnlib/fnlib-0.5-r1.ebuild @@ -1,12 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/fnlib/fnlib-0.5-r1.ebuild,v 1.4 2002/07/16 11:36:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fnlib/fnlib-0.5-r1.ebuild,v 1.5 2002/07/22 14:37:06 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Font Library" +HOMEPAGE="http://www.enlightenment.org/" SRC_URI="ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/libs/${P}.tar.gz" -DEPEND="virtual/glibc >=media-libs/imlib-1.9.8.1" +DEPEND="virtual/glibc + >=media-libs/imlib-1.9.8.1" SLOT="0" LICENSE="GPL" @@ -14,10 +16,7 @@ KEYWORDS="x86 ppc" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc/fnlib || die + econf --sysconfdir=/etc/fnlib || die make || die } |