games/yabause: Updated for version 0.9.10

This commit is contained in:
Larry Hajali 2010-05-13 00:27:38 +02:00 committed by Robby Workman
parent 9a070474a3
commit b2823db3e1
3 changed files with 5 additions and 9 deletions

View File

@ -10,13 +10,7 @@ Yabause is a Sega Saturn emulator. It has the following features:
* region select
Requires: gtkglext
Optional: mini18n, OpenAL and Qt4.
By default the gtk interface is built. If you would like to build
the Qt4 interface then pass HAVE_QT4=yes to the slackbuild. This
additionally makes Qt4 a requirement.
Optional: mini18n and OpenAL
For translation support install mini18n.
Before using Yabause, you need to configure a few things in

View File

@ -16,7 +16,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
# Variable to determine gtk/qt4 interface.
HAVE_QT4=${HAVE_QT4:-no}
HAVE_QT4=${HAVE_QT4:-yes}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
@ -85,4 +85,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -2,7 +2,9 @@ PRGNAM="yabause"
VERSION="0.9.10"
HOMEPAGE="http://yabause.org/"
DOWNLOAD="http://downloads.sourceforge.net/yabause/yabause-0.9.10.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="7e39dd1eb37539d8f24e644fd52a72a7"
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="rworkman"