[arch-commits] CVS update of extra/lib/clucene (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Dec 7 13:09:01 UTC 2007


    Date: Friday, December 7, 2007 @ 08:09:01
  Author: tpowa
    Path: /home/cvs-extra/extra/lib/clucene

   Added: PKGBUILD (1.1)

'newpkg: new depend for kde4'


----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)


Index: extra/lib/clucene/PKGBUILD
diff -u /dev/null extra/lib/clucene/PKGBUILD:1.1
--- /dev/null	Fri Dec  7 08:09:01 2007
+++ extra/lib/clucene/PKGBUILD	Fri Dec  7 08:09:01 2007
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD,v 1.1 2007/12/07 13:09:01 tpowa Exp $
+# Contributor: Alois Nespor <alois.nespor at gmail.com>
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=clucene
+pkgver=0.9.20
+pkgrel=1
+pkgdesc="CLucene is a C++ port of Lucene: A high-performance, full-featured text search engine."
+arch=('i686' 'x86_64')
+url="http://clucene.sourceforge.net"
+license=('APACHE' 'LGPL')
+depends=('gcc-libs')
+makedepends=('libtool' 'autoconf' 'automake' 'doxygen')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.bz2)
+options=(!libtool)
+
+build() {
+  cd "$startdir/src/$pkgname-core-$pkgver"
+
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR="$startdir/pkg" install
+}
+md5sums=('da62da5d23b17fec67f0175481a603b8')




More information about the arch-commits mailing list