diff options
-rw-r--r-- | graphics/unpaper/unpaper.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/unpaper/unpaper.info | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/graphics/unpaper/unpaper.SlackBuild b/graphics/unpaper/unpaper.SlackBuild index d02016d948..e5b3f1f4fe 100644 --- a/graphics/unpaper/unpaper.SlackBuild +++ b/graphics/unpaper/unpaper.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for unpaper -# Copyright 2008 LukenShiro <lukenshiro@ngi.it> +# Copyright 2008-2009 LukenShiro <lukenshiro@ngi.it> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ PRGNAM=unpaper VERSION=0.3 ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -73,4 +73,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/unpaper/unpaper.info b/graphics/unpaper/unpaper.info index 8013585375..adae2c98bb 100644 --- a/graphics/unpaper/unpaper.info +++ b/graphics/unpaper/unpaper.info @@ -3,6 +3,9 @@ VERSION="0.3" HOMEPAGE="http://unpaper.berlios.de" DOWNLOAD="http://download.berlios.de/unpaper/unpaper-0.3.tar.gz" MD5SUM="be41eaf8556e7df39ab53939c99c4f7b" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" MAINTAINER="LukenShiro" EMAIL="lukenshiro@ngi.it" -APPROVED="rworkman" +APPROVED="dsomero" + |