libraries/xapian-core: Updated for version 1.0.13
This commit is contained in:
parent
f02a922566
commit
5acf9a3952
|
@ -97,4 +97,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="xapian-core"
|
|||
VERSION="1.0.13"
|
||||
HOMEPAGE="http://www.xapian.org/"
|
||||
DOWNLOAD="http://oligarchy.co.uk/xapian/1.0.13/xapian-core-1.0.13.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="5442e7ffc75abd853d1ab1d12667a3e9"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="titopoquito"
|
||||
EMAIL="titopoquito@gmail.com"
|
||||
APPROVED="dsomero,rworkman"
|
||||
|
|
Loading…
Reference in New Issue