#Maintainer: Ejis #Mandatory pkgname=Mupen64Plus pkgver=1.5 pkgrel=1 zenver=54 arch=i486 source=("http://mupen64plus.googlecode.com/files/$pkgname-1-5-src.tar.gz" "mupen64plus.png") sourcetemplate=http://zur.zenwalk.org/files/$pkgname/ #source=("$pkgname-$pkgver" "thing.desktop" "anyothersourcestuff") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - N64 emulator and plugins for Linux" "Mupen64Plus is a plugin-based N64 emulator for Linux which is" "capable of accurately playing many games. Included are four" "MIPS R4300 CPU emulators, with dynamic recompilers for 32-bit" "x86 and 64-bit amd64 systems, and necessary plugins for audio," "graphical rendering (RDP), signal co-processor (RSP), and" "input. There are 3 OpenGL video plugins included: glN64," "RiceVideoLinux, and Glide64." ) build() { cd $startdir/src/$pkgname-1-5-src make PREFIX=$startdir/pkg/usr all make PREFIX=$startdir/pkg/usr install mkdir -p $startdir/pkg/usr/share/icons/hicolor/48x48/apps/ cp $startdir/mupen64plus.png $startdir/pkg/usr/share/icons/hicolor/48x48/apps/ rm $startdir/pkg/usr/share/applications/mupen64plus.desktop echo "[Desktop Entry] Encoding=UTF-8 Type=Application TryExec=mupen64plus Exec=mupen64plus Icon=mupen64plus Comment=Mupen64Plus Nintendo 64 Emulator Terminal=false Name=Mupen64Plus GenericName=Nintendo 64 Emulator Categories=Qt;Game;" >> $startdir/pkg/usr/share/applications/mupen64plus.desktop } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://code.google.com/p/mupen64plus/" #extradepends=('') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03"