diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-07-01 04:58:03 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-07-01 04:58:03 +0000 |
commit | 76400556d9e8a5dedc692487c13b76a541813a23 (patch) | |
tree | fb8b06b7dea0e79577a77e3748ed551d9ac1b34b /extra/clucene/PKGBUILD | |
parent | 64e72407414ce0badfb541782125cd8e3a25c12e (diff) |
Fri Jul 1 04:58:02 UTC 2011
Diffstat (limited to 'extra/clucene/PKGBUILD')
-rw-r--r-- | extra/clucene/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/clucene/PKGBUILD b/extra/clucene/PKGBUILD deleted file mode 100644 index 825cbefa3..000000000 --- a/extra/clucene/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 20266 2008-12-01 21:26:10Z tpowa $ -# Contributor: Alois Nespor <alois.nespor@gmail.com> -# Maintainer: Tobias Powalowski <tpowa@archlinux.org> - -pkgname=clucene -pkgver=0.9.21b -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') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.bz2) -options=(!libtool) - -build() { - cd ${srcdir}/$pkgname-core-$pkgver - # fix for some packages - CXXFLAGS="$CXXFLAGS -fPIC" - ./configure --prefix=/usr - make || return 1 - make DESTDIR=${pkgdir} install -} -md5sums=('ba1a8f764a2ca19c66ad907dddd88352') |