mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/chessx: Updated for version 1.5.8.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fbdbd11b4b
commit
946add1138
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=chessx
|
||||
VERSION=${VERSION:-1.5.6}
|
||||
VERSION=${VERSION:-1.5.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -97,7 +97,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a License.txt ChangeLog TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
install -D -m 0644 README*.md ChangeLog.md TODO.md COPYING.md $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="chessx"
|
||||
VERSION="1.5.6"
|
||||
HOMEPAGE="http://chessx.sourceforge.net/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/chessx/files/chessx/1.5.6/chessx-1.5.6.tgz"
|
||||
MD5SUM="948dcd70633eae97bb437062467b46b1"
|
||||
VERSION="1.5.8"
|
||||
HOMEPAGE="https://chessx.sourceforge.net/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/chessx/files/chessx/1.5.8/chessx-1.5.8.tgz"
|
||||
MD5SUM="dca4f1c923f3d4280121dcad3a29f05e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue