diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-17 19:35:50 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-17 23:34:12 -0500 |
commit | 56ddd84d05f01d96b6fd92eb87e44fe7af53682e (patch) | |
tree | 55bd3a900eb5ce962a3e2f6d7825935a7bf1d8db /games/doomseeker | |
parent | d067a23de62b13ff77615e2f6be7d66b533a7535 (diff) | |
download | slackbuilds-56ddd84d05f01d96b6fd92eb87e44fe7af53682e.tar.gz |
games/doomseeker: Updated for version 0.9b.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/doomseeker')
-rw-r--r-- | games/doomseeker/doomseeker.SlackBuild | 9 | ||||
-rw-r--r-- | games/doomseeker/doomseeker.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/games/doomseeker/doomseeker.SlackBuild b/games/doomseeker/doomseeker.SlackBuild index 7485ef4f48..03fefb04b8 100644 --- a/games/doomseeker/doomseeker.SlackBuild +++ b/games/doomseeker/doomseeker.SlackBuild @@ -5,7 +5,7 @@ # Written by B. Watson (yalhcru@gmail.com) PRGNAM=doomseeker -VERSION=${VERSION:-0.7b} +VERSION=${VERSION:-0.9b} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -38,15 +38,12 @@ fi set -e -# Top-level dir in tarball doesn't match tarball filename -TARDIR=${PRGNAM}-2010_src - rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $TARDIR +rm -rf $PRGNAM-${VERSION}_src tar xvf $CWD/$PRGNAM-${VERSION}_src.tar.bz2 -cd $TARDIR +cd $PRGNAM-${VERSION}_src chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/games/doomseeker/doomseeker.info b/games/doomseeker/doomseeker.info index f1f73898d3..33749664be 100644 --- a/games/doomseeker/doomseeker.info +++ b/games/doomseeker/doomseeker.info @@ -1,8 +1,8 @@ PRGNAM="doomseeker" -VERSION="0.7b" +VERSION="0.9b" HOMEPAGE="http://doomseeker.drdteam.org/" -DOWNLOAD="http://doomseeker.drdteam.org/files/doomseeker-0.7b_src.tar.bz2" -MD5SUM="f46d2834938ce2d66b0078c8dcecfc34" +DOWNLOAD="http://doomseeker.drdteam.org/files/doomseeker-0.9b_src.tar.bz2" +MD5SUM="bd922eb6b0f883bbc07155b3b75bb63b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |