milis/talimatname/genel/x/xapian/talimat

20 lines
428 B
Plaintext
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.

# Tanım: Xapian, açık kaynak kodlu bir arama motoru kütüphanesi.
# URL: http://oligarchy.co.uk/xapian.html
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=xapian
surum=1.2.22
devir=1
kaynak=( http://oligarchy.co.uk/xapian/$surum/xapian-core-$surum.tar.xz)
derle() {
cd $isim-core-$surum
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/xapian-core-$surum
make
make DESTDIR=$PKG install
}