summaryrefslogtreecommitdiffstats
path: root/games/pokerth/pokerth.SlackBuild
diff options
context:
space:
mode:
author Marcel Saegebarth2011-01-10 12:22:09 +0100
committer Robby Workman2011-01-10 22:04:25 +0100
commitcbe1af7038d70f158cf6ebfd53c59bbcaf03d742 (patch)
treef2890735ef9121f230e08ab60e332b23b63d935b /games/pokerth/pokerth.SlackBuild
parent566955e0d65db424f3764346f31297fc9a5a5b15 (diff)
downloadslackbuilds-cbe1af7038d70f158cf6ebfd53c59bbcaf03d742.tar.gz
games/pokerth: Updated for version 0.8.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/pokerth/pokerth.SlackBuild')
-rw-r--r--games/pokerth/pokerth.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/pokerth/pokerth.SlackBuild b/games/pokerth/pokerth.SlackBuild
index 7913e5e16e..da7fb60771 100644
--- a/games/pokerth/pokerth.SlackBuild
+++ b/games/pokerth/pokerth.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# SlackBuild script for "PokerTH".
-# Copyright 2009-2010 Marcel Saegebarth <marc@mos6581.de>
+# Copyright 2009-2011 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -27,7 +27,7 @@
PRGNAM=pokerth
SRCNAM=PokerTH
-VERSION=0.8
+VERSION=0.8.2
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -84,6 +84,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}