2017-04-21 10:15:27 +02:00
|
|
|
|
# Description: Xapian, açık kaynak kodlu bir arama motoru kütüphanesi.
|
|
|
|
|
# URL: http://oligarchy.co.uk/xapian.html
|
|
|
|
|
# Packager: milisarge
|
|
|
|
|
# Depends on:
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
name=xapian
|
|
|
|
|
version=1.2.22
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=( http://oligarchy.co.uk/xapian/$version/xapian-core-$version.tar.xz)
|
|
|
|
|
build() {
|
|
|
|
|
cd $name-core-$version
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--docdir=/usr/share/doc/xapian-core-$version
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|