games/xmoto: Update REQUIRES.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alex Word 2014-02-17 16:01:45 +07:00 committed by Erik Hanson
parent c123be0f17
commit 9f92c68de5
2 changed files with 4 additions and 5 deletions

View File

@ -5,7 +5,7 @@
PRGNAM=xmoto
VERSION=${VERSION:-0.5.10}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -51,8 +51,8 @@ find -L . \
patch -p1 < $CWD/gcc-4.7.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS -DdDOUBLE" \
CXXFLAGS="$SLKCFLAGS -DdDOUBLE" \
LDFLAGS="-ldl" \
./configure \
--prefix=/usr \
@ -64,7 +64,6 @@ LDFLAGS="-ldl" \
--with-localesdir=/usr/share/locale \
--disable-dependency-tracking \
--enable-threads=posix \
--with-internal-xdg=1 \
--with-asian-ttf-file="/usr/share/fonts/TTF/wqy-zenhei.ttc" \
--build=$ARCH-slackware-linux

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://download.tuxfamily.org/xmoto/xmoto/0.5.10/xmoto-0.5.10-src.tar.
MD5SUM="d15f1c4e498d937b943db0b6aea437f1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua ode"
REQUIRES="lua ode libxdg-basedir"
MAINTAINER="Alex Word"
EMAIL="alex_word86@yahoo.com"