1
0
forked from ports/opt

Initial commit of mednafen

This commit is contained in:
Daniel Walpole 2005-11-17 02:04:44 +00:00
parent 86e0b8675f
commit bc71fa1ab2
3 changed files with 22 additions and 0 deletions

3
mednafen/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mednafen

1
mednafen/.md5sum Normal file
View File

@ -0,0 +1 @@
fc38df0b807646dfb72f074b4918ee58 mednafen-0.3.7.tar.bz2

18
mednafen/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# $Id: Pkgfile,v 1.1 2005/10/30 04:31:30 danielw Exp $
# Description: A portable emulator for Atari Lynx, GameBoy, GameBoy Color, GameBoy Advance, NES, PC Engine(TurboGrafx 16), and SuperGrafx.
# URL: http://mednafen.fobby.net/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
# Depends on: libsdl, libsamplerate
name=mednafen
version=0.3.7
release=1
source=(http://mednafen.fobby.net/releases/$name-$version.tar.bz2)
build() {
cd $name
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}