diff --git a/xmame/.md5sum b/xmame/.md5sum index 138fe79eb..90c2f3ca6 100644 --- a/xmame/.md5sum +++ b/xmame/.md5sum @@ -1,4 +1,4 @@ 47237fb498c4fcb03468645ead97e39f gridlee.zip ea9f4dc6512241e2aa1b95d408fb058d polyplay.zip b41742220c453f7df1e0dc17f221ccc7 robby.zip -d75ef4845f3b961ec1bfa6e80fbf9433 xmame-0.104.tar.bz2 +b2b18d32a03ebd4d9c9476fbb93695ca xmame-0.106.tar.bz2 diff --git a/xmame/Pkgfile b/xmame/Pkgfile index c5768217f..e799bb939 100644 --- a/xmame/Pkgfile +++ b/xmame/Pkgfile @@ -1,11 +1,12 @@ # Description: X implementation of the Multiple Arcade Machine Emulator. # URL: http://x.mame.net/ # Maintainer: Daniel Walpole, daniel at walpole dot id dot au +# Packager: sten, nick dot steeves at shaw dot ca # Depends on: libsdl name=xmame -version=0.104 -release=2 +version=0.106 +release=1 source=(http://x.mame.net/download/$name-$version.tar.bz2 \ http://www.mame.net/roms/robby.zip \ http://www.mame.net/roms/polyplay.zip \ @@ -37,7 +38,6 @@ build() { # make sdl make \ - CFLAGS="${CFLAGS}" \ PREFIX=/usr \ DISPLAY_METHOD=SDL \ $ESOUND \ @@ -51,7 +51,6 @@ build() { # make x11 make \ - CFLAGS="${CFLAGS}" \ PREFIX=/usr \ DISPLAY_METHOD=x11 \ $ESOUND \