aboutsummaryrefslogtreecommitdiff
path: root/desktop/CurseTheWeather/CurseTheWeather.SlackBuild
diff options
context:
space:
mode:
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