diff options
author | Beej Jorgensen <beej@beej.us> | 2010-05-13 00:28:10 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:28:10 +0200 |
commit | 257019c0bfe4545093d84f3674a76c2e7d208883 (patch) | |
tree | 33bb8a0f7047e7f209d184f1778017144609fd50 /graphics/pngcrush | |
parent | ac86fd4903b6624421d9d213cbe54e0815216885 (diff) |
graphics/pngcrush: Updated for version 1.6.19
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r-- | graphics/pngcrush/pngcrush.SlackBuild | 2 | ||||
-rw-r--r-- | graphics/pngcrush/pngcrush.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/graphics/pngcrush/pngcrush.SlackBuild b/graphics/pngcrush/pngcrush.SlackBuild index ed510650408d..25f1dbb2129b 100644 --- a/graphics/pngcrush/pngcrush.SlackBuild +++ b/graphics/pngcrush/pngcrush.SlackBuild @@ -61,4 +61,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} diff --git a/graphics/pngcrush/pngcrush.info b/graphics/pngcrush/pngcrush.info index d080438b17da..c41b974440e1 100644 --- a/graphics/pngcrush/pngcrush.info +++ b/graphics/pngcrush/pngcrush.info @@ -2,7 +2,9 @@ PRGNAM="pngcrush" VERSION="1.6.19" HOMEPAGE="http://pmt.sourceforge.net/pngcrush/" DOWNLOAD="http://downloads.sourceforge.net/sourceforge/pmt/pngcrush-1.6.19-nolib.tar.bz2" +DOWNLOAD_x86_64="" MD5SUM="b0e298c903d81ad63ad9bf939a7e824a" +MD5SUM_x86_64="" MAINTAINER="Beej Jorgensen" EMAIL="beej@beej.us" APPROVED="dsomero" |