#Maintainer: Dimitris Tzemos pkgname=xapian-core pkgver=1.2.21 pkgrel=1dj source=("http://oligarchy.co.uk/xapian/$pkgver/$pkgname-$pkgver.tar.xz") docs=("AUTHORS" "COPYING" "ChangeLog" "INSTALL" "NEWS" "HACKING" "PLATFORMS" "README") url="http://www.xapian.org/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xapian-core (search engine library)" "Xapian is an Open Source Search Engine Library released under the GPL." "It's written in C++, with bindings to allow use from Perl, Python," "PHP, Java, Tcl, C#, and Ruby (so far!). Xapian is a highly adaptable" "toolkit which allows developers to easily add advanced indexing and" "search facilities to their own applications. It supports the" "Probabilistic Information Retrieval model and also supports a rich" "set of boolean query operators." "" "HomePage: http://www.xapian.org/" ) build() { cd $SRC/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ --build=$arch-slackware-linux make || return 1 make install DESTDIR=$PKG || return 1 }