mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/yabasic: Updated for version 2.90.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7e4d3845be
commit
64d69497b4
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=yabasic
|
||||
VERSION=${VERSION:-2.90.3}
|
||||
VERSION=${VERSION:-2.90.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -93,7 +93,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
install -D -m 0644 yabasic.htm $PKG/usr/doc/$PRGNAM-$VERSION/yabasic.htm
|
||||
cp yabasic.htm $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yabasic"
|
||||
VERSION="2.90.3"
|
||||
VERSION="2.90.4"
|
||||
HOMEPAGE="http://2484.de/yabasic/"
|
||||
DOWNLOAD="http://2484.de/yabasic/download/yabasic-2.90.3.tar.gz"
|
||||
MD5SUM="b45a506d6fd21a69d4ee1872bde41bae"
|
||||
DOWNLOAD="http://2484.de/yabasic/download/yabasic-2.90.4.tar.gz"
|
||||
MD5SUM="c7bef6160a4f4140d0edced4e9e30ffc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue