summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Larry Hajali2012-08-10 09:19:15 +0200
committer Robby Workman2012-08-10 09:19:15 +0200
commit1b8842c8868030a9b38860fce1cce3b3d5997963 (patch)
treef17cbda97eaab6ed8923861f9c17bf851c312d8b /games
parent63b1ad52a44e121df604580de1c545312a6b4eb3 (diff)
downloadslackbuilds-1b8842c8868030a9b38860fce1cce3b3d5997963.tar.gz
games/desmume: Updated for version 0.9.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/desmume/README8
-rw-r--r--games/desmume/desmume.SlackBuild7
-rw-r--r--games/desmume/desmume.info8
-rw-r--r--games/desmume/slack-desc10
4 files changed, 17 insertions, 16 deletions
diff --git a/games/desmume/README b/games/desmume/README
index 6df020eb22..eacc5a8125 100644
--- a/games/desmume/README
+++ b/games/desmume/README
@@ -1,5 +1,5 @@
-DeSmuME is a Nintendo DS emulator running homebrew demos and commercial games.
+DeSmuME is a Nintendo DS emulator running homebrew demos and
+commercial games.
-DeSmuMe requires gtkglext, OpenAL, zziplib, and agg.
-
-Optionally DeSmuMe can use lua if installed.
+This requires gtkglext, OpenAL, zziplib, soundtouch, and agg.
+lua is an optional dependency.
diff --git a/games/desmume/desmume.SlackBuild b/games/desmume/desmume.SlackBuild
index 20c7ebba4f..3a5c059d28 100644
--- a/games/desmume/desmume.SlackBuild
+++ b/games/desmume/desmume.SlackBuild
@@ -3,7 +3,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=desmume
-VERSION=0.9.7
+VERSION=${VERSION:-0.9.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,6 +56,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --bindir=/usr/games \
--mandir=/usr/man \
--enable-osmesa \
--enable-gdb-stub \
@@ -74,8 +75,8 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS ChangeLog COPYING INSTALL README README.LIN {dsv,dsm}.txt \
- $PKG/usr/doc/$PRGNAM-$VERSION
+ AUTHORS ChangeLog COPYING INSTALL README README.LIN ds*.txt \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/games/desmume/desmume.info b/games/desmume/desmume.info
index 311b547424..847d381601 100644
--- a/games/desmume/desmume.info
+++ b/games/desmume/desmume.info
@@ -1,10 +1,10 @@
PRGNAM="desmume"
-VERSION="0.9.7"
+VERSION="0.9.8"
HOMEPAGE="http://desmume.org/"
-DOWNLOAD="http://downloads.sourceforge.net/desmume/desmume-0.9.7.tar.gz"
-MD5SUM="c33440e6a02c44248871ec2eec6a3760"
+DOWNLOAD="http://downloads.sourceforge.net/desmume/desmume-0.9.8.tar.gz"
+MD5SUM="fb7c984c924087888b9eaaad8cb1875e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
-APPROVED="dsomero,Niels Horn"
+APPROVED="rworkman"
diff --git a/games/desmume/slack-desc b/games/desmume/slack-desc
index e563659be1..3cfc1b821d 100644
--- a/games/desmume/slack-desc
+++ b/games/desmume/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
desmume: desmume (Nintendo DS emulator)