mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/mads: Updated for version 2.1.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
57d002e10b
commit
2e9e6bf803
2 changed files with 7 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
PRGNAM=mads
|
||||
VERSION=${VERSION:-2.0.7}
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,7 +54,9 @@ cp -a syntax/vim-mads-master/LICENSE \
|
|||
|
||||
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mkdir -p $PKGDOC
|
||||
cp -a examples readme $PKGDOC
|
||||
for i in examples readme doc; do
|
||||
[ -e "$i" ] && cp -a "$i" $PKGDOC
|
||||
done
|
||||
cat $CWD/README > $PKGDOC/README
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mads"
|
||||
VERSION="2.0.7"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="http://mads.atari8.info/"
|
||||
DOWNLOAD="http://mads.atari8.info/mads_207.7z"
|
||||
MD5SUM="01209308c7b7dc397001c73adc4b56d6"
|
||||
DOWNLOAD="http://mads.atari8.info/mads_210.7z"
|
||||
MD5SUM="dcf835bc119e50af4f004bdf838b0cff"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="p7zip fpc"
|
||||
|
|
Loading…
Reference in a new issue