summaryrefslogtreecommitdiff
path: root/xapian-core/Pkgfile
blob: 6629745dbcb53aca2e37cf3c5d0c0b9a2a804272 (plain)
    1 # Description: Xapian is an Open Source Search Engine Library
    2 # URL: https://xapian.org/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on:
    5 
    6 name=xapian-core
    7 version=1.4.18
    8 release=1
    9 source=(https://oligarchy.co.uk/xapian/$version/$name-$version.tar.xz)
   10 
   11 build() {
   12   cd $name-$version
   13   ./configure --prefix=/usr
   14   make
   15   make DESTDIR=$PKG install
   16   rm -fr $PKG/usr/share/doc
   17 }

Generated by cgit