libraries/ClientForm: Updated for version 0.2.10

This commit is contained in:
Larry Hajali 2010-05-13 00:28:26 +02:00 committed by David Somero
parent e6aab283d9
commit d7f0344abb
2 changed files with 3 additions and 1 deletions

View File

@ -52,4 +52,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}

View File

@ -2,7 +2,9 @@ PRGNAM="ClientForm"
VERSION="0.2.10"
HOMEPAGE="http://wwwsearch.sourceforge.net/ClientForm/"
DOWNLOAD="http://wwwsearch.sourceforge.net/ClientForm/src/ClientForm-0.2.10.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="832c0ca78674f9263d1fc5fab8756e66"
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="dsomero,rworkman"