diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-05-13 00:22:22 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:22:22 +0200 |
commit | d81b94dc24d0ca4a04fde9f907d0737e309a6776 (patch) | |
tree | f914df19482f1174f383448c120474235a8fc6d6 /desktop/CurseTheWeather/CurseTheWeather.SlackBuild | |
parent | 9c747a18f7462f2e503fadeff1226164d86e826c (diff) |
desktop/CurseTheWeather: Updated for version 0.5
Diffstat (limited to 'desktop/CurseTheWeather/CurseTheWeather.SlackBuild')
-rw-r--r-- | desktop/CurseTheWeather/CurseTheWeather.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/CurseTheWeather/CurseTheWeather.SlackBuild b/desktop/CurseTheWeather/CurseTheWeather.SlackBuild index 3da1ad340b0e1..c17c975dcc5a5 100644 --- a/desktop/CurseTheWeather/CurseTheWeather.SlackBuild +++ b/desktop/CurseTheWeather/CurseTheWeather.SlackBuild @@ -25,10 +25,11 @@ # Modified by the SlackBuilds.org project. PRGNAM=CurseTheWeather -VERSION=0.4 -ARCH=i486 # This does nothing for the software +VERSION=0.5 +ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -56,4 +57,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} |