mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/bitfighter: Updated for version 019e.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
b61c3a3f7e
commit
f3b90556c6
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for bitfighter
|
# Slackware build script for bitfighter
|
||||||
|
|
||||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=bitfighter
|
PRGNAM=bitfighter
|
||||||
VERSION=${VERSION:-019d}
|
VERSION=${VERSION:-019e}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ mkdir -p $PKG/usr/share/applications
|
||||||
install -D -m644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
|
install -D -m644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
|
||||||
|
|
||||||
mkdir -p $PKG/usr/share/pixmaps/
|
mkdir -p $PKG/usr/share/pixmaps/
|
||||||
install -D -m644 resource/redship64.png $PKG/usr/share/pixmaps/$PRGNAM.svg
|
install -D -m644 notifier/redship48.png $PKG/usr/share/pixmaps/$PRGNAM.svg
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a README.txt LICENSE.txt COPYING.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a README.txt LICENSE.txt COPYING.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
PRGNAM="bitfighter"
|
PRGNAM="bitfighter"
|
||||||
VERSION="019d"
|
VERSION="019e"
|
||||||
HOMEPAGE="http://bitfighter.org/"
|
HOMEPAGE="http://bitfighter.org/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/project/bitfighter.mirror/Bitfighter%20019d/bitfighter-019d.tar.gz \
|
DOWNLOAD="http://downloads.sourceforge.net/project/bitfighter.mirror/Bitfighter%20019e/bitfighter-019e.tar.gz \
|
||||||
https://bitfighter.googlecode.com/files/classic_level_pack.zip"
|
https://bitfighter.googlecode.com/files/classic_level_pack.zip"
|
||||||
MD5SUM="b41a00f54b9fddde46f2c111469b924b \
|
MD5SUM="66ff2a80f4ffd7cd354667e906323759 \
|
||||||
cb32039b47026e176d3f1f3639bd1a9f"
|
cb32039b47026e176d3f1f3639bd1a9f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue