libraries/pgtcl-ng: Updated for version 1.6.2

This commit is contained in:
Richard Ellis 2010-05-13 00:33:01 +02:00 committed by David Somero
parent 205578ca7d
commit 1c0b06ff29
2 changed files with 3 additions and 1 deletions

View file

@ -78,4 +78,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
rmdir $PKG/usr/bin rmdir $PKG/usr/bin
cd $PKG 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="pgtcl-ng"
VERSION="1.6.2" VERSION="1.6.2"
HOMEPAGE="http://pgfoundry.org/projects/pgtclng/" HOMEPAGE="http://pgfoundry.org/projects/pgtclng/"
DOWNLOAD="http://pgfoundry.org/frs/download.php/1545/pgtcl1.6.2.tar.gz" DOWNLOAD="http://pgfoundry.org/frs/download.php/1545/pgtcl1.6.2.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="abf26e3cd7f8229f468045ed1fb7e748" MD5SUM="abf26e3cd7f8229f468045ed1fb7e748"
MD5SUM_x86_64=""
MAINTAINER="Richard Ellis" MAINTAINER="Richard Ellis"
EMAIL="rellis@dp100.com" EMAIL="rellis@dp100.com"
APPROVED="dsomero" APPROVED="dsomero"