games/xonotic: New maintainer, small clean up.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2013-12-08 19:18:49 -05:00 committed by Erik Hanson
parent 28232feeba
commit 836baec392
2 changed files with 9 additions and 9 deletions

View File

@ -66,10 +66,10 @@ mv Xonotic $PRGNAM-$VERSION
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 \
$PKG/usr/bin \
@ -77,8 +77,8 @@ mkdir -p \
$PKG/usr/share/{applications,pixmaps}
cd source/d0_blind_id
autoreconf -fi
autoreconf -fi
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
@ -86,8 +86,8 @@ cd source/d0_blind_id
--build=$ARCH-slackware-linux \
--disable-static
make
make install DESTDIR=$PKG
make
make install DESTDIR=$PKG
cd -
# Rather than using libdl, link libd0_blind_id and libd0_rijndael

View File

@ -10,5 +10,5 @@ MD5SUM=" \
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="James Geboski"
EMAIL="jgeboski@gmail.com"
MAINTAINER="David Fillpot"
EMAIL="mfillpot@gmail.com"