Browse Source

misc/weather: Updated for version 2.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/70/head
stormtracknole 6 years ago
committed by Willy Sudiarto Raharjo
parent
commit
b9af7a1357
No known key found for this signature in database GPG Key ID: 887B8374D7333381
  1. 13
      misc/weather/weather.SlackBuild
  2. 6
      misc/weather/weather.info

13
misc/weather/weather.SlackBuild

@ -1,14 +1,17 @@
#!/bin/sh
#
# Slackware build script for weather
#
# Written by stormtracknole - stormtracknole@gmail.com
#
# * Updated to version 2.0 12/30/13
#
# * Updated to version 2.3 20200319
#
PRGNAM=weather
VERSION=${VERSION:-2.0}
VERSION=${VERSION:-2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,7 +70,7 @@ mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/python2.7/site-packages
cp -a weather.py $PKG/usr/lib${LIBDIRSUFFIX}/python2.7/site-packages
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog FAQ INSTALL LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a FAQ INSTALL LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

6
misc/weather/weather.info

@ -1,8 +1,8 @@
PRGNAM="weather"
VERSION="2.0"
VERSION="2.3"
HOMEPAGE="http://fungi.yuggoth.org/weather/"
DOWNLOAD="http://fungi.yuggoth.org/weather/src/weather-2.0.tar.xz"
MD5SUM="7994bb65d914b3b3659086978f939d0c"
DOWNLOAD="http://fungi.yuggoth.org/weather/src/weather-2.3.tar.xz"
MD5SUM="0f9f0f27de37581bd5de5fb7cd478513"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

Loading…
Cancel
Save