desktop/recoll: Updated for version 1.11.4

This commit is contained in:
titopoquito 2010-05-13 00:23:08 +02:00 committed by Robby Workman
parent 555bf07141
commit f175be0ebb
2 changed files with 4 additions and 1 deletions

View file

@ -91,4 +91,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
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}

View file

@ -2,6 +2,9 @@ PRGNAM="recoll"
VERSION="1.11.4"
HOMEPAGE="http://www.lesbonscomptes.com/recoll/"
DOWNLOAD="http://www.lesbonscomptes.com/recoll/recoll-1.11.4.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="3a7bdf9317814288e922707209943578"
MD5SUM_x86_64=""
MAINTAINER="titopoquito"
EMAIL="titopoquito@gmail.com"
APPROVED="rworkman"