Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aa2e839a9405dafe86bc33d29dddf47ffe482ee5
commit aa2e839a9405dafe86bc33d29dddf47ffe482ee5 Author: DeX77 <[email protected]> Date: Mon May 5 18:00:25 2014 +0200 warsow-1.5-1-x86_64 * version bump diff --git a/source/games-extra/warsow/FrugalBuild b/source/games-extra/warsow/FrugalBuild index 05ca29d..9e10abc 100644 --- a/source/games-extra/warsow/FrugalBuild +++ b/source/games-extra/warsow/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: detto <[email protected]> pkgname=warsow -pkgver=1.0 +pkgver=1.5 pkgrel=1 pkgdesc="Free online multiplayer competitive FPS based on the Qfusion engine." url="http://www.warsow.net" @@ -12,14 +12,14 @@ groups=('games-extra') makedepends=('unzip') options=('nobuild') depends=('sdl' 'openal' 'curl' 'mesa' 'libxxf86dga' 'libjpeg' 'libvorbis' 'libxinerama' \ - 'libxrandr' 'libpng' 'freetype2' 'libtheora') + 'libxrandr' 'libpng' 'freetype2' 'libtheora' 'libxi') up2date="lynx -dump $url/download | grep -o 'Download Warsow .* for' | egrep -o '[0123456789.]+'" -source=(http://wsw.null.so/${pkgname}_${pkgver}_sdk.tar.gz \ - http://wsw.null.so/${pkgname}_${pkgver}_unified.tar.gz \ +source=(http://www.warsow.eu/${pkgname}_${pkgver//./}_sdk.tar.gz \ + http://www.warsow.eu/${pkgname}_${pkgver//./}_unified.tar.gz \ wsw-icon_48x48.png \ warsow.sh warsow_server.sh warsowtv_server.sh) -sha1sums=('277b31ddfef02d33726868e25555639deb555f96' \ - '4cdbe555105ae117531d151a03c4b14e3c83f289' \ +sha1sums=('f29c8c44602d30bae410d2aa369ccb5af44df76e' \ + '6d248a9f8b9b643774dfa26f35425db5dfd8cc69' \ '54e59b98772d11914ca6881a5c60c45698f550e6' \ 'c4b18b46e02c7e120c18427e7ace272d51680da4' \ 'ef06eae2aded9d4f6afc2ebe85d9bf0106e1d843' \ @@ -33,10 +33,10 @@ NOEXTRACT=1 build () { # copy the whole prebuilt warsow to pkg and remove prebuilt binaries and libs... Fmkdir usr/share/${pkgname} - tar -zxvf ${pkgname}_${pkgver}_unified.tar.gz #-d ${pkgname}_unified - mv $Fsrcdir/${pkgname}_${pkgver}/basewsw $Fdestdir/usr/share/${pkgname} || Fdie - Ffilerel ${pkgname}_${pkgver}/{warsow,wsw_server,wswtv_server} /usr/share/${pkgname} - Fdocrel ${pkgname}_${pkgver}/docs/* + tar -zxvf ${pkgname}_${pkgver//./}_unified.tar.gz #-d ${pkgname}_unified + mv $Fsrcdir/${pkgname}_${pkgver//./}/basewsw $Fdestdir/usr/share/${pkgname} || Fdie + Ffilerel ${pkgname}_${pkgver//./}/{warsow,wsw_server,wswtv_server} /usr/share/${pkgname} + Fdocrel ${pkgname}_${pkgver//./}/docs/* # and adjust correct permissions Fdirschmod usr/ 755 @@ -46,8 +46,8 @@ build () { Ffileschmod usr/share/warsow/wswtv_server 755 # going to compile source... - tar -zxvf ${pkgname}_${pkgver}_sdk.tar.gz #-d ${pkgname}_sdk - Fcd ${pkgname}_${pkgver}_sdk/source + tar -zxvf ${pkgname}_${pkgver//./}_sdk.tar.gz #-d ${pkgname}_sdk + Fcd source/source Fmake DEBUG_BUILD=NO \ LOCALBASE=/usr \ X11BASE=/usr \ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
