mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/pgtcl-ng: Updated for version 1.6.2
This commit is contained in:
parent
205578ca7d
commit
1c0b06ff29
2 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue