games/pysolfc-extra-cardsets: Updated for version 2.1.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
836802a29f
commit
43bace7fd7
|
@ -6,11 +6,13 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230111 bkw: updated for v2.1.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pysolfc-extra-cardsets
|
||||
SRCNAM=PySolFC-Cardsets
|
||||
VERSION=${VERSION:-2.0}
|
||||
VERSION=${VERSION:-2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -35,19 +37,27 @@ tar xvf $CWD/pysolfc-cardsets-bknoll.tar.xz --strip-components=1
|
|||
|
||||
# Don't include cardsets that are already in the main pysolfc package.
|
||||
rm -rf \
|
||||
cardset-2000 \
|
||||
cardset-crystal-mahjongg \
|
||||
cardset-dashavatara-ganjifa \
|
||||
cardset-dondorf \
|
||||
cardset-gnome-mahjongg-1 \
|
||||
cardset-hanafuda-200-years \
|
||||
cardset-hexadeck \
|
||||
cardset-matrix \
|
||||
cardset-mughal-ganjifa \
|
||||
cardset-oxymoron \
|
||||
cardset-standard \
|
||||
cardset-tuxedo \
|
||||
cardset-vienna-2k
|
||||
cardset-2000 \
|
||||
cardset-crystal-mahjongg \
|
||||
cardset-dashavatara-ganjifa \
|
||||
cardset-dashavatara-ganjifa-xl \
|
||||
cardset-dondorf \
|
||||
cardset-gnome-mahjongg-1 \
|
||||
cardset-hanafuda-200-years \
|
||||
cardset-hexadeck \
|
||||
cardset-louie-mantia-hanafuda \
|
||||
cardset-matrix \
|
||||
cardset-mughal-ganjifa \
|
||||
cardset-mughal-ganjifa-xl \
|
||||
cardset-neo \
|
||||
cardset-neo-hex \
|
||||
cardset-neo-tarock \
|
||||
cardset-next-matrix \
|
||||
cardset-oxymoron \
|
||||
cardset-standard \
|
||||
cardset-tuxedo \
|
||||
cardset-uni-mahjongg \
|
||||
cardset-vienna-2k
|
||||
|
||||
chown -R root:root .
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="pysolfc-extra-cardsets"
|
||||
VERSION="2.0"
|
||||
VERSION="2.1"
|
||||
HOMEPAGE="https://pysolfc.sourceforge.net"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-2.0/PySolFC-Cardsets-2.0.tar.bz2 \
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-2.1/PySolFC-Cardsets-2.1.tar.bz2 \
|
||||
https://slackware.uk/~urchlay/src/pysolfc-cardsets-bknoll.tar.xz"
|
||||
MD5SUM="0ce4aa6801196f9166815b244aeea47e \
|
||||
MD5SUM="98443837a75729478e54f7b5ebc33dbe \
|
||||
35e3df2c464019167377dc35d5d8354e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue