aboutsummaryrefslogtreecommitdiff
path: root/desktop/CurseTheWeather/CurseTheWeather.SlackBuild
diff options
context:
space:
mode:
authorPhillip Warner <pc_warner@yahoo.com>2013-11-11 10:34:20 -0600
committerRobby Workman <rworkman@slackbuilds.org>2013-11-11 10:53:38 -0600
commitbbe61e5f2eee45b477ba6fae221e5a08f8e7c85a (patch)
tree784ee92fac507b5337ed62bf309bb922b24302c0 /desktop/CurseTheWeather/CurseTheWeather.SlackBuild
parent73d3cf9a7b1bf805355bd76bcb42f44748a8e325 (diff)
downloadslackbuilds-bbe61e5f2eee45b477ba6fae221e5a08f8e7c85a.tar.xz
desktop/CurseTheWeather: Fixed for weather feed changes
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/CurseTheWeather/CurseTheWeather.SlackBuild')
-rw-r--r--desktop/CurseTheWeather/CurseTheWeather.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/CurseTheWeather/CurseTheWeather.SlackBuild b/desktop/CurseTheWeather/CurseTheWeather.SlackBuild
index 1817a6b78c5b..97cd3b5d3bfa 100644
--- a/desktop/CurseTheWeather/CurseTheWeather.SlackBuild
+++ b/desktop/CurseTheWeather/CurseTheWeather.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=CurseTheWeather
VERSION=0.6
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -55,6 +55,10 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
+# Patch ctw to work with latest weather feed changes
+# and display 10 day forecast
+patch -p1 < $CWD/$PRGNAM-$VERSION-patch
+
python setup.py install --prefix $PKG/usr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION