games/tong: Updated for version 1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1f3e1d8b5b
commit
08b7e111df
|
@ -3,30 +3,10 @@
|
|||
# Copyright 2009, 2010, 2011, 2012 Eric Hameleers, Eindhoven, Netherlands
|
||||
|
||||
# Slackware build script for tong
|
||||
# Copyright 2012 Owen Swerkstrom <owenswerk@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# Modified by slackbuilds.org
|
||||
# Written by Owen Swerkstrom <owenswerk@gmail.com>
|
||||
|
||||
PRGNAM=tong
|
||||
VERSION=${VERSION:-1.2}
|
||||
VERSION=${VERSION:-1.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,23 +51,11 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Use our CFLAGS
|
||||
sed -i "s|-O3|$SLKCFLAGS|" Makefile
|
||||
|
||||
# Compile the application and install it into the $PKG directory
|
||||
make GAME_DATA_DIR=/usr/share/tong
|
||||
|
||||
install -m 0755 -D $PRGNAM $PKG/usr/games/$PRGNAM
|
||||
install -m 0644 -D media/$PRGNAM.png \
|
||||
$PKG/usr/share/pixmaps/$PRGNAM.png
|
||||
install -m 0644 -D $CWD/$PRGNAM.desktop \
|
||||
$PKG/usr/share/applications/$PRGNAM.desktop
|
||||
mkdir -p $PKG/usr/share/$PRGNAM/media
|
||||
cp media/*.ogg media/*.png $PKG/usr/share/$PRGNAM/media/
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGELOG COPYING CREDITS README $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
mkdir -p $PKG/usr/share/tong/media $PKG/usr/games
|
||||
cp tong $PKG/usr/games/
|
||||
cp CREDITS $PKG/usr/share/tong/
|
||||
cp media/*.ogg media/*.png $PKG/usr/share/tong/media/
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \
|
||||
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tong"
|
||||
VERSION="1.2"
|
||||
VERSION="1.3"
|
||||
HOMEPAGE="http://nongnu.org/tong/"
|
||||
DOWNLOAD="http://nongnu.org/tong/tong-1.2.tar.gz"
|
||||
MD5SUM="1456c03d24d5c3d0de039ecd7dac0264"
|
||||
DOWNLOAD="http://nongnu.org/tong/tong-1.3.tar.gz"
|
||||
MD5SUM="a9d70c7b2f637e9d95e6fbdf6d22782d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue