diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-29 07:24:11 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-30 00:13:15 -0600 |
commit | 9176a382831b1318231c7a2d019106e865985c9c (patch) | |
tree | 38f4a4edb310df4f12640ec6d037abd07946fe14 /games | |
parent | 5a99be31902e08a74ea733a6f2c94d9f65cd0087 (diff) | |
download | slackbuilds-9176a382831b1318231c7a2d019106e865985c9c.tar.gz |
games/adom: Updated for version 1.2.0_pre20.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/adom/adom.SlackBuild | 9 | ||||
-rw-r--r-- | games/adom/adom.info | 10 |
2 files changed, 9 insertions, 10 deletions
diff --git a/games/adom/adom.SlackBuild b/games/adom/adom.SlackBuild index 7b794de1ef..200a3c3d38 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_pre5} +VERSION=${VERSION:-1.2.0_pre20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,12 +53,11 @@ find -L . \ install -m 0755 -D $PRGNAM $PKG/usr/games/$PRGNAM mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -#cp -a \ -# adomfaq.txt manual.doc readme.1st \ -# $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + docs/* licenses \ + $PKG/usr/doc/$PRGNAM-$VERSION/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -# Copy the slack-desc into ./install mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/games/adom/adom.info b/games/adom/adom.info index 5e58806175..0267e35485 100644 --- a/games/adom/adom.info +++ b/games/adom/adom.info @@ -1,10 +1,10 @@ PRGNAM="adom" -VERSION="1.2.0_pre5" +VERSION="1.2.0_pre20" HOMEPAGE="http://www.ancientdomainsofmystery.com/" -DOWNLOAD="http://www.ancardia.com/download/adom_linux_debian_32_1.2.0_pre5.tar.gz" -MD5SUM="64f0a25518d9ede470353c7ff695ebbd" -DOWNLOAD_x86_64="http://www.ancardia.com/download/adom_linux_debian_64_1.2.0_pre5.tar.gz" -MD5SUM_x86_64="61bfc5064badad8fc02ecf288bc41ad6" +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" REQUIRES="" MAINTAINER="pyllyukko" EMAIL="pyllyukko AT maimed dot org" |