Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3be30a59ed92ec7506b829aa903034ec4ff42cfa

commit 3be30a59ed92ec7506b829aa903034ec4ff42cfa
Author: Devil505 <devil505li...@gmail.com>
Date:   Sat Sep 4 21:20:08 2010 +0200

bsnes-068-1-i686
* version bump
* fixing depends

diff --git a/source/games-extra/bsnes/FrugalBuild 
b/source/games-extra/bsnes/FrugalBuild
index 7fc2e61..2fec10c 100644
--- a/source/games-extra/bsnes/FrugalBuild
+++ b/source/games-extra/bsnes/FrugalBuild
@@ -3,29 +3,29 @@
# Contributor: James Buren <r...@frugalware.org>

pkgname=bsnes
-pkgver=060
-pkgrel=2
+pkgver=068
+pkgrel=1
pkgdesc="A newer snes emulator designed with accuracy in mind."
-depends=('libgl>=7.4.2-5' 'sdl>=1.2.13-2' 'libgl>=7.4.2-5' 'libxv>=1.0.4-1' \
-       'libao' 'openal>=1.7.411' 'libxtst' 'libqtgui>=4.6.2-3' \
-       'libice>=1.0.5-2' 'libxrender>=0.9.4-3' 'libxdamage>=1.1.1-3')
+depends=('openal' 'sdl' 'libgl' 'libxv' 'libao' 'pulseaudio' 'libuuid' 
'libxtst' 'dbus' 'libqtcore' 'libqtgui')
groups=('games-extra')
archs=('i686' 'x86_64')
_F_googlecode_sep="_v"
_F_googlecode_ext=".tar.bz2"
Finclude googlecode
-_F_desktop_icon="$pkgname"
-_F_desktop_categories="Game;Emulator;"
-_F_cd_path="src"
+_F_cd_path="$pkgname"
options=('scriptlet')
-sha1sums=('7da8f02a1a3258b78774adaaca7db3151f45cbd1')
+sha1sums=('331b5870d2e318e37f71a8ad9f0c99403d9c99c4')

build()
{
-       # disable pulseaudio support since we don't have that package
-       Fsed "audio.pulseaudio" "" Makefile
-       make platform=x compiler=gcc enable_gzip=true enable_jma=true || Fdie
-       Fexe /usr/bin/$pkgname
-       Ficon src/data/$pkgname.png
-       Fdesktop2
+       Fcd
+  for profile in compatibility performance accuracy; do
+    make clean
+    make profile=${profile} || Fdie
+    make install profile=${profile} DESTDIR=$Fdestdir prefix=/usr || Fdie
+  done
+
+       cd launcher || Fdie
+       ./cc.sh || Fdie
+       Fexerel ../out/$pkgname /usr/bin/$pkgname
}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to