summaryrefslogtreecommitdiff
path: root/mednafen/Pkgfile
blob: 1745749fcc7eb90e2604a49d5f3af0a7f0bab350 (plain)
    1 # Description: A portable emulator for Atari Lynx, GameBoy, GameBoy Color, GameBoy Advance, NES, PC Engine(TurboGrafx 16), and SuperGrafx.
    2 # URL: http://mednafen.fobby.net/
    3 # Maintainer: Daniel Walpole, daniel at walpole dot id dot au
    4 # Depends on: libsdl, libsamplerate, libcdio
    5 
    6 name=mednafen
    7 version=0.6.2
    8 release=1
    9 source=(http://mednafen.fobby.net/releases/$name-$version.tar.bz2)
   10 
   11 build() {
   12 	cd $name
   13 	./configure 	--prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 	rm -rf $PKG/usr/share
   17 }

Generated by cgit