diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:27:38 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:27:38 +0200 |
commit | b2823db3e180295376c907c60401adb6d5c74089 (patch) | |
tree | 2d2bed79269325ae8f3f91bf229d3ebd5748e177 /games/yabause | |
parent | 9a070474a3c6689e65ab06fcf496b812ebf727b8 (diff) | |
download | slackbuilds-b2823db3e180295376c907c60401adb6d5c74089.tar.gz |
games/yabause: Updated for version 0.9.10
Diffstat (limited to 'games/yabause')
-rw-r--r-- | games/yabause/README | 8 | ||||
-rw-r--r-- | games/yabause/yabause.SlackBuild | 4 | ||||
-rw-r--r-- | games/yabause/yabause.info | 2 |
3 files changed, 5 insertions, 9 deletions
diff --git a/games/yabause/README b/games/yabause/README index ef6d56de67..8ccc5ca787 100644 --- a/games/yabause/README +++ b/games/yabause/README @@ -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 diff --git a/games/yabause/yabause.SlackBuild b/games/yabause/yabause.SlackBuild index a6b8fdaf20..3645ae4e66 100644 --- a/games/yabause/yabause.SlackBuild +++ b/games/yabause/yabause.SlackBuild @@ -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} diff --git a/games/yabause/yabause.info b/games/yabause/yabause.info index 185c246721..c5e372f71b 100644 --- a/games/yabause/yabause.info +++ b/games/yabause/yabause.info @@ -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" |