mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/tintin: Updated for version 2.02.41.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9cba39b099
commit
1b7ec2804a
2 changed files with 7 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for tintin++
|
||||
|
||||
# Written by Zach Lewis <koni[AT]archlinux.us>
|
||||
# Written by Zach Lewis <zacharylewis.usn[AT]gmail.com>
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tintin
|
||||
VERSION=${VERSION:-2.01.1}
|
||||
VERSION=${VERSION:-2.02.41}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -37,9 +37,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -99,7 +96,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cd $TMP/$PRGNAM-$VERSION
|
||||
cp -a FAQ INSTALL COPYING CREDITS README TODO docs/ $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a FAQ COPYING CREDITS README TODO docs/ $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tintin"
|
||||
VERSION="2.01.1"
|
||||
VERSION="2.02.41"
|
||||
HOMEPAGE="http://tintin.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/tintin/tintin-2.01.1.tar.gz"
|
||||
MD5SUM="4972a502b14456e145ee3fb75e3203bb"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/tintin/tintin-2.02.41.tar.gz"
|
||||
MD5SUM="daae59ba91ae2b09ae7999ffca19a030"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Zach Lewis"
|
||||
EMAIL="koni@archlinux.us"
|
||||
EMAIL="zacharylewis.usn@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue