diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-05-13 00:28:20 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:28:20 +0200 |
commit | 1313df468b1146742aa8d4b7b22d58253e2a126f (patch) | |
tree | 67784f5abedcf247bee2dff985f7d5f6bfa3d8fd /graphics/unpaper/unpaper.SlackBuild | |
parent | aa7ccd855f536de0cae383e57ff3e59e7383bdc8 (diff) | |
download | slackbuilds-1313df468b1146742aa8d4b7b22d58253e2a126f.tar.gz |
graphics/unpaper: Updated for version 0.3
Diffstat (limited to 'graphics/unpaper/unpaper.SlackBuild')
-rw-r--r-- | graphics/unpaper/unpaper.SlackBuild | 6 |
1 files changed, 3 insertions, 3 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} |