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/libextractor
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/libextractor')
-rw-r--r--dev-libs/libextractor/libextractor-0.1.0.ebuild19
1 files changed, 9 insertions, 10 deletions
diff --git a/dev-libs/libextractor/libextractor-0.1.0.ebuild b/dev-libs/libextractor/libextractor-0.1.0.ebuild
index fec441a9e45e..e32646fb9521 100644
--- a/dev-libs/libextractor/libextractor-0.1.0.ebuild
+++ b/dev-libs/libextractor/libextractor-0.1.0.ebuild
@@ -1,22 +1,21 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libextractor/libextractor-0.1.0.ebuild,v 1.1 2002/07/10 18:32:24 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libextractor/libextractor-0.1.0.ebuild,v 1.2 2002/08/01 18:02:36 seemant Exp $
+S=${WORKDIR}/extractor-${PV}
DESCRIPTION="A simple library for keyword extraction"
HOMEPAGE="http://www.ovmj.org/~samanta/libextractor"
+SRC_URI="http://www.ovmj.org/~samanta/libextractor/download/extractor-${PV}.tar.gz"
+
+SLOT="0"
LICENSE="LGPL-2.1"
+KEYWORDS="x86"
+
DEPEND=">=sys-devel/libtool-1.4.1
- oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 >=media-libs/libogg-1.0_beta4 )"
-RDEPEND="${DEPEND}"
-SRC_URI="http://www.ovmj.org/~samanta/libextractor/download/extractor-${PV}.tar.gz"
-S=${WORKDIR}/extractor-${PV}
+ oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )"
src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
+ econf || die "./configure failed"
emake || die
}