imported ebuilds from harpo.
This commit is contained in:
2
dev-cpp/clucene/Manifest
Normal file
2
dev-cpp/clucene/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
MD5 a71e1901b126d73b21d37ae3cbedf10f clucene-0.9.10.ebuild 902
|
||||
MD5 900f04b232a25f1736fc9b4493883e56 files/digest-clucene-0.9.10 67
|
29
dev-cpp/clucene/clucene-0.9.10.ebuild
Normal file
29
dev-cpp/clucene/clucene-0.9.10.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header$
|
||||
|
||||
DESCRIPTION="C++ port of lucene"
|
||||
HOMEPAGE="http://www.sourceforge.net/projects/clucene"
|
||||
SRC_URI="mirror://sourceforge/clucene/${P}.tar.gz"
|
||||
LICENSE="LGPL-2.1"
|
||||
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
|
||||
SLOT="0"
|
||||
IUSE="unicode"
|
||||
|
||||
DEPEND="sys-devel/libtool"
|
||||
|
||||
src_compile() {
|
||||
# Some files fail to get installed if we don't redo automake/autoconf.
|
||||
automake
|
||||
autoconf
|
||||
# We cannot use use_enable due to a bug in the configure script which
|
||||
# causes both --disable and --enable to enable unicode;
|
||||
# patch already submitted upstream. Note that I can't actually get UCS2
|
||||
# support to compile at all on my machine.
|
||||
econf $(useq unicode && echo '--enable-ucs2') || die "econf failed"
|
||||
emake || die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${D}" install || die "make install failed"
|
||||
}
|
1
dev-cpp/clucene/files/digest-clucene-0.9.10
Normal file
1
dev-cpp/clucene/files/digest-clucene-0.9.10
Normal file
@@ -0,0 +1 @@
|
||||
MD5 1401b73a17ae098ab1d67a9ae36a4397 clucene-0.9.10.tar.gz 1833764
|
Reference in New Issue
Block a user