Initial commit of mednafen
This commit is contained in:
parent
86e0b8675f
commit
bc71fa1ab2
3
mednafen/.footprint
Normal file
3
mednafen/.footprint
Normal 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
1
mednafen/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
fc38df0b807646dfb72f074b4918ee58 mednafen-0.3.7.tar.bz2
|
18
mednafen/Pkgfile
Normal file
18
mednafen/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user