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

18 lines
493 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
2005-12-23 09:28:22 +00:00
# Depends on: libsdl, libsamplerate, libcdio
2005-11-17 02:04:44 +00:00
name=mednafen
2006-01-06 12:33:01 +00:00
version=0.4.2
2005-11-17 02:04:44 +00:00
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
}