mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/adom: Updated for version 1.2.0_pre23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
38c5880f9e
commit
568a293e5b
3 changed files with 16 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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------------------------------------------------------|
|
||||
|
|
Loading…
Reference in a new issue