Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4020abacf8f1321ca266a970f9aa95260635ae62
commit 4020abacf8f1321ca266a970f9aa95260635ae62 Author: Devil505 <[EMAIL PROTECTED]> Date: Sat Jun 7 09:20:46 2008 +0200 snes9x-gtk-31-1-x86_64 * new package diff --git a/source/games-extra/snes9x-gtk/FrugalBuild b/source/games-extra/snes9x-gtk/FrugalBuild new file mode 100644 index 0000000..8281d0c --- /dev/null +++ b/source/games-extra/snes9x-gtk/FrugalBuild @@ -0,0 +1,34 @@ +# Compiling Time: 0.72 SBU +# Maintainer: Devil505 <[EMAIL PROTECTED]> + +pkgname=snes9x-gtk +_F_archive_name="snes9x-1.51-src-gtk" +pkgver=31 +pkgrel=1 +pkgdesc="GTK+ Version of snes9x, a portable Emulator for the Super Nintento Entertainment System" +url="http://snes9x.com/phpbb2/viewtopic.php?t=3703" +depends=('freetype2' 'libxdmcp' 'libglade' 'portaudio' 'libxv' 'gtkglext' 'mesa' 'sdl' 'libstdc++') +options=('scriptlet') +groups=('games-extra') +archs=('i686' 'x86_64') +up2date="lynx -dump $url | Flasttar" +source=(http://bearoso.googlepages.com/$_F_archive_name-$pkgver.tar.bz2) +Fconfopts="[EMAIL PROTECTED] -with-gtk --with-opengl --with-netplay" +_F_cd_path="snes9x-1.51-src" +sha1sums=('3c5ae6147de11d1b9d8a25b122edb436bd0b410c') + +_F_desktop_name="Snes9X GTK+" +_F_desktop_desc="SNES Emulator" +_F_desktop_icon="snes9x.svg" +_F_desktop_categories="Application;Game" + +build() +{ + Fmkdir usr/bin + Fconf + Fmake + Fexerel snes9x-gtk usr/bin/snes9x-gtk + Fdocrel doc/*.* + Ficonrel gtk/snes9x.svg + Fdesktop2 +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
