milis/talimatname/genel/xapian/talimat
2017-04-21 11:15:27 +03:00

18 lines
427 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Xapian, açık kaynak kodlu bir arama motoru kütüphanesi.
# URL: http://oligarchy.co.uk/xapian.html
# Packager: milisarge
# Depends on:
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
}