opt/mednafen/Pkgfile

18 lines
493 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01: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, libcdio
name=mednafen
2006-06-20 12:03:15 +02:00
version=0.6.2
2006-02-23 16:26:10 +01: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
}