From 568a293e5b1755869b8f1bb8d7851ac691ca9893 Mon Sep 17 00:00:00 2001 From: pyllyukko Date: Sun, 16 Nov 2014 00:29:11 +0700 Subject: games/adom: Updated for version 1.2.0_pre23. Signed-off-by: Willy Sudiarto Raharjo --- games/adom/adom.SlackBuild | 15 +++++++-------- games/adom/adom.info | 10 +++++----- games/adom/slack-desc | 8 ++++---- 3 files changed, 16 insertions(+), 17 deletions(-) (limited to 'games/adom') diff --git a/games/adom/adom.SlackBuild b/games/adom/adom.SlackBuild index 200a3c3d38..3698e2926f 100644 --- a/games/adom/adom.SlackBuild +++ b/games/adom/adom.SlackBuild @@ -7,7 +7,7 @@ # in a clean .tgz package, ready to be installed. PRGNAM=adom -VERSION=${VERSION:-1.2.0_pre20} +VERSION=${VERSION:-1.2.0_pre23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,17 +45,16 @@ tar xvf $CWD/${PRGNAM}_linux_debian_${ARCHBITS}_${VERSION}.tar.gz cd $PRGNAM chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; install -m 0755 -D $PRGNAM $PKG/usr/games/$PRGNAM mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - docs/* licenses \ - $PKG/usr/doc/$PRGNAM-$VERSION/ +cp -a docs/{adomfaq.txt,credits.txt,manual.txt,readme1st.txt} licenses \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/games/adom/adom.info b/games/adom/adom.info index 0267e35485..be1eb638b9 100644 --- a/games/adom/adom.info +++ b/games/adom/adom.info @@ -1,10 +1,10 @@ PRGNAM="adom" -VERSION="1.2.0_pre20" +VERSION="1.2.0_pre23" HOMEPAGE="http://www.ancientdomainsofmystery.com/" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/adom_linux_debian_32_1.2.0_pre20.tar.gz" -MD5SUM="f7fe8cc571b13f3eb3b1029d6180bf39" -DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/adom_linux_debian_64_1.2.0_pre20.tar.gz" -MD5SUM_x86_64="cf6a169e498d75810d35a219fc36bca2" +DOWNLOAD="http://www.ancardia.com/download/adom_linux_debian_32_1.2.0_pre23.tar.gz" +MD5SUM="8ee33a8eb47eaeb633f04d1cf027ecb7" +DOWNLOAD_x86_64="http://www.ancardia.com/download/adom_linux_debian_64_1.2.0_pre23.tar.gz" +MD5SUM_x86_64="1c371b0ea4ff5579bed0dd10bd8ec795" REQUIRES="" MAINTAINER="pyllyukko" EMAIL="pyllyukko AT maimed dot org" diff --git a/games/adom/slack-desc b/games/adom/slack-desc index a50c445bcf..1f3be98d40 100644 --- a/games/adom/slack-desc +++ b/games/adom/slack-desc @@ -1,8 +1,8 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -- cgit v1.2.3