wok-stable diff clucene/receipt @ rev 8052
Up: dmidecode to 2.11.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Jan 20 16:11:01 2011 +0000 (2011-01-20) |
parents | 0d48cb16ba98 |
children | cf088243a4a5 |
line diff
1.1 --- a/clucene/receipt Sun Aug 29 21:24:52 2010 +0200 1.2 +++ b/clucene/receipt Thu Jan 20 16:11:01 2011 +0000 1.3 @@ -5,19 +5,23 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="C++ port of Lucene, a high-performance, full-featured text search engine" 1.6 MAINTAINER="domcox@users.sourceforge.net" 1.7 -DEPENDS="" 1.8 SOURCE="clucene-core" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://sourceforge.net/projects/clucene/" 1.11 WGET_URL="http://downloads.sourceforge.net/clucene/$TARBALL" 1.12 +TAGS="text indexing" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 cd $src 1.18 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.19 - --disable-static \ 1.20 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.21 + ./configure \ 1.22 + --prefix=/usr \ 1.23 + --libdir=/usr/lib \ 1.24 + --sysconfdir=/etc \ 1.25 + --localstatedir=/var \ 1.26 + --disable-static \ 1.27 + $CONFIGURE_ARGS 1.28 make 1.29 make DESTDIR=$PWD/_pkg install 1.30 }