mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
games/gemrb: Updated for version 0.8.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c3f0bf96a4
commit
cb964b3c5a
3 changed files with 10 additions and 12 deletions
|
@ -1,3 +1,3 @@
|
|||
GemRB is a portable open-source implementation of Bioware's Infinity Engine.
|
||||
|
||||
Optional dependencies: OpenAL or SDL_Mixer
|
||||
Optional dependencies: OpenAL or SDL2_Mixer
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gemrb
|
||||
VERSION=${VERSION:-0.7.2}
|
||||
VERSION=${VERSION:-0.8.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
|||
cd $PRGNAM-$VERSION
|
||||
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 {} \;
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
@ -90,9 +90,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gemrb"
|
||||
VERSION="0.7.2"
|
||||
VERSION="0.8.3.1"
|
||||
HOMEPAGE="http://www.gemrb.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/gemrb/GemRB%20Sources/GemRB%200.7.2%20Sources/gemrb-0.7.2.tar.gz"
|
||||
MD5SUM="4260fcd42f42ce9232668b202b320b29"
|
||||
DOWNLOAD="http://sourceforge.net/projects/gemrb/files/GemRB%20Sources/GemRB%200.8.3%20Sources/gemrb-0.8.3.1.tar.gz"
|
||||
MD5SUM="e2ddb82646a772fadd3327705ec4aa91"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue