1
0
forked from ports/opt
opt/mednafen/Pkgfile

18 lines
484 B
Plaintext
Raw Normal View History

2005-11-17 02:04:44 +00:00
# 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
}