mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/weather: Updated for version 2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4de5fb1d7a
commit
b9af7a1357
2 changed files with 11 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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…
Reference in a new issue