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

commit 677d648ee3c1771c28a13b83a17911069588139a
Author: gholafox <ghola...@free.fr>
Date:   Tue May 3 14:45:19 2011 +0200

warsow-0.62-1-x86_64

* Fix up2date
* Version bump

diff --git a/source/games-extra/warsow/FrugalBuild 
b/source/games-extra/warsow/FrugalBuild
index c090941..6ca8013 100644
--- a/source/games-extra/warsow/FrugalBuild
+++ b/source/games-extra/warsow/FrugalBuild
@@ -1,23 +1,24 @@
-# Compiling Time: 0.97 SBU
-# Maintainer: detto <dett...@freenet.de>
+# Compiling Time: 1.59 SBU
+# Maintainer: gholafox <ghola...@free.fr>
+# Contributor: detto <dett...@freenet.de>

pkgname=warsow
-pkgver=0.6
+pkgver=0.62
pkgrel=1
pkgdesc="Free online multiplayer competitive FPS based on the Qfusion engine."
-url="http://www.warsow.net/";
+url="http://www.warsow.net";
archs=('i686' 'x86_64')
groups=('games-extra')
makedepends=('unzip')
options=('nobuild')
-depends=('sdl' 'openal>=1.7.411' 'curl>=7.19.0' 'mesa' 'libxxf86dga' 'libjpeg' 
'libvorbis' 'libxinerama')
-up2date=("lynx -dump $url?page=download |grep  Warsow\  |sed -e 's/.*ow 
\(.*\)/\1/'")
-source=(http://www.zcdn.org/dl/${pkgname}_${pkgver}_unified.zip \
+depends=('sdl' 'openal' 'curl' 'mesa' 'libxxf86dga' 'libjpeg' 'libvorbis' 
'libxinerama')
+up2date=("lynx -dump $url/changelog | grep -m1 'Changes' | sed 's/.* to 
\([0-9\.].*\)/\1/'")
+source=(http://www.zcdn.org/dl/${pkgname}_0.61_unified.zip \
http://www.zcdn.org/dl/${pkgname}_${pkgver}_sdk.zip \
wsw-icon_48x48.png \
warsow.sh warsow_server.sh warsowtv_server.sh)
-sha1sums=('17e6ae5125e45566357cb776b72ef64db782a37a' \
-          'e1f61c1e589f570b6d988d3b9148e8925d2751d2' \
+sha1sums=('d694c188c730e10a1c1f4528ab4098587e571d00' \
+          'c3f71e75a325cf7cb5047797365ff4ff228403af' \
'54e59b98772d11914ca6881a5c60c45698f550e6' \
'c4b18b46e02c7e120c18427e7ace272d51680da4' \
'ef06eae2aded9d4f6afc2ebe85d9bf0106e1d843' \
@@ -26,13 +27,15 @@ _F_desktop_name="Warsow"
_F_desktop_icon="wsw-icon_48x48.png"
_F_desktop_categories="Game;ActionGame;"

+NOEXTRACT=1
+
build () {
# copy the whole prebuilt warsow to pkg and remove prebuilt binaries and libs...
Fmkdir usr/share/${pkgname}
-       unzip ${pkgname}_${pkgver}_unified.zip -d ${pkgname}_unified
-       mv $Fsrcdir/${pkgname}_unified/basewsw $Fdestdir/usr/share/${pkgname} 
|| Fdie
-       Ffilerel ${pkgname}_unified/{warsow,wsw_server,wswtv_server} 
/usr/share/${pkgname}
-       Fdocrel ${pkgname}_unified/docs/*
+       unzip ${pkgname}_0.61_unified.zip #-d ${pkgname}_unified
+       mv $Fsrcdir/${pkgname}_0.61_unified/basewsw 
$Fdestdir/usr/share/${pkgname} || Fdie
+       Ffilerel ${pkgname}_0.61_unified/{warsow,wsw_server,wswtv_server} 
/usr/share/${pkgname}
+       Fdocrel ${pkgname}_0.61_unified/docs/*

# and adjust correct permissions
Fdirschmod usr/ 755
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to