summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:02:39 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:02:39 +0000
commit10a102ec8ff3f11500cdf945f68631d3f3490719 (patch)
tree428654f340215726d1e105ddf6db044b4aa4eecc /dev-libs/libffi
parentJaxp was a repack of various apache projects under a very restrictive Sun lic... (diff)
downloadgentoo-2-10a102ec8ff3f11500cdf945f68631d3f3490719.tar.gz
gentoo-2-10a102ec8ff3f11500cdf945f68631d3f3490719.tar.bz2
gentoo-2-10a102ec8ff3f11500cdf945f68631d3f3490719.zip
repoman'd
Diffstat (limited to 'dev-libs/libffi')
-rw-r--r--dev-libs/libffi/libffi-1.20.ebuild17
1 files changed, 8 insertions, 9 deletions
diff --git a/dev-libs/libffi/libffi-1.20.ebuild b/dev-libs/libffi/libffi-1.20.ebuild
index a6060a8ad267..da8f751eb5ce 100644
--- a/dev-libs/libffi/libffi-1.20.ebuild
+++ b/dev-libs/libffi/libffi-1.20.ebuild
@@ -1,21 +1,20 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-1.20.ebuild,v 1.3 2002/08/01 11:40:14 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-1.20.ebuild,v 1.4 2002/08/01 18:02:36 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Support library for Foreign Functions Interfaces"
-SRC_URI="ftp://sourceware.cygnus.com/pub/libffi/libffi-1.20.tar.gz"
+SRC_URI="ftp://sourceware.cygnus.com/pub/libffi/${P}.tar.gz"
HOMEPAGE="http://sources.redhat.com/libffi/"
-DEPEND=""
-#RDEPEND=""
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
+ econf || die
emake || die
}