Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=255aa817395d77fdbabda6e60d66a3dab44892d9
commit 255aa817395d77fdbabda6e60d66a3dab44892d9 Author: PacMiam <[email protected]> Date: Thu Jan 16 10:24:24 2014 +0100 megaglest-3.9.0.4-1-i686 * Version bump: 3.7.1 -> 3.9.0.4 * Change m8r diff --git a/source/games-extra/megaglest/FrugalBuild b/source/games-extra/megaglest/FrugalBuild index c422544..3725142 100644 --- a/source/games-extra/megaglest/FrugalBuild +++ b/source/games-extra/megaglest/FrugalBuild @@ -1,25 +1,29 @@ -# Compiling Time: 2.49 SBU -# Maintainer: Devil505 <[email protected]> -# Contributor: PacMiam <[email protected]> +# Compiling Time: 3.25 SBU +# Maintainer: PacMiam <[email protected]> +# Contributor: Devil505 <[email protected]> pkgname=megaglest -pkgver=3.7.1 -pkgrel=2 +pkgver=3.9.0.4 +pkgrel=1 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world." + depends=('curl' 'xerces-c>=3.1.1' 'sdl' 'libvorbis' 'openal' 'libgl' 'lua' 'ftgl' 'glew' 'libircclient' 'miniupnpc') makedepends=('jam' 'xz>=5.0.3' 'wxgtk>=2.8.12-4') -rodepends=('megaglest-data=3.7.1') +rodepends=('megaglest-data=3.9.0') +replaces=('glest' 'glest-data') groups=('games-extra') archs=('i686' 'x86_64') + _F_sourceforge_ext=".tar.xz" _F_sourceforge_name="${pkgname}-source" _F_cmake_confopts="-DWANT_SVN_STAMP=OFF -DCMAKE_BUILD_TYPE=Release" Finclude sourceforge cmake -replaces=('glest' 'glest-data') + +_F_cd_path="$pkgname-3.9.0" + source=($source \ $pkgname.sh) -_F_cd_path="$pkgname-$pkgver" -sha1sums=('b1dc96faace1dc77bf155f37c1fd678ac63836e4' \ +sha1sums=('054efaa520b63f22828923bc28d1b0e284402fa5' \ 'cebc6849fc4a56e5c4a99beaa3d039956076175b') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
