xmame: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:46:51 +00:00
parent 70a5bef7ce
commit 8d8933d8a9
4 changed files with 0 additions and 113 deletions

View File

@ -1,14 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xmame.SDL
-rwxr-xr-x root/root usr/bin/xmame.x11
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man6/
-rw-r--r-- root/root usr/man/man6/xmame.6.gz
-rw-r--r-- root/root usr/man/man6/xmess.6.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/xmame/
drwxr-xr-x root/root usr/share/xmame/roms/
-rw-r--r-- root/root usr/share/xmame/roms/gridlee.zip
-rw-r--r-- root/root usr/share/xmame/roms/polyplay.zip
-rw-r--r-- root/root usr/share/xmame/roms/robby.zip

View File

@ -1,4 +0,0 @@
47237fb498c4fcb03468645ead97e39f gridlee.zip
ea9f4dc6512241e2aa1b95d408fb058d polyplay.zip
b41742220c453f7df1e0dc17f221ccc7 robby.zip
b2b18d32a03ebd4d9c9476fbb93695ca xmame-0.106.tar.bz2

View File

@ -1,69 +0,0 @@
# Description: X implementation of the Multiple Arcade Machine Emulator.
# URL: http://x.mame.net/
# Maintainer:
# Packager: sten, nick dot steeves at shaw dot ca
# Depends on: libsdl
name=xmame
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 \
http://www.mame.net/roms/gridlee.zip)
build() {
ESOUND=1 ALSA=1 ARTS=1
unset ESOUND
unset ALSA
unset ARTS
# use esound?
if [ "`pkginfo -i | grep esound`" != "" ]; then
ESOUND="SOUND_ESOUND=1"
fi
# use alsa?
if [ "`pkginfo -i | grep alsa*`" != "" ]; then
ALSA="SOUND_ALSA=1"
fi
# use arts?
if [ "`pkginfo -i | grep arts`" != "" ]; then
ARTS="SOUND_ARTS_SMOTEK=1 SOUND_ARTS_TEIRA=1"
fi
cd $name-$version
mkdir -p $PKG/usr/{bin,share/xmame/roms,man/man6}
# make sdl
make \
PREFIX=/usr \
DISPLAY_METHOD=SDL \
$ESOUND \
$ALSA \
$ARTS \
JOY_SDL=1 \
SOUND_SDL=1 \
SOUND_WAVEOUT=1 \
CC_COMPILE=""
install -m 0755 xmame.SDL $PKG/usr/bin/
# make x11
make \
PREFIX=/usr \
DISPLAY_METHOD=x11 \
$ESOUND \
$ALSA \
$ARTS \
SOUND_WAVEOUT=1 \
CC_COMPILE=""
install -m 0755 xmame.x11 $PKG/usr/bin/
# install man pages
install -m 0644 src/unix/doc/*.6 $PKG/usr/man/man6
# install free roms
install -m 0644 $PKGMK_SOURCE_DIR/{robby.zip,polyplay.zip,gridlee.zip} \
$PKG/usr/share/xmame/roms
}

View File

@ -1,26 +0,0 @@
README for xmame 0.99+
REQUIREMENTS
OPTIONAL
Although xmame compiles without libsdl, it's
recommended that you install it before compiling.
The port tries to check what soundsystem is in use
by checking what soundsystems are available.
This may or may not work, please mail about bugs.
PRE-INSTALL
xmame benefits from some mad CFLAGS ;)
do 'man gcc' for details
POST-INSTALL
PRECAUTION