summaryrefslogtreecommitdiff
path: root/xapian-core/Pkgfile
blob: ef8e123ce0d6b4110f6c660205fde4f31595d36c (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.19
    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