Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=22ea629203ef5797f4b30dbd26ecb1288a3763d2
commit 22ea629203ef5797f4b30dbd26ecb1288a3763d2 Author: Anthony Jorion <[email protected]> Date: Tue Mar 11 18:16:20 2014 +0100 freedroidrpg-0.15.1-1-i686 - 0.15 -> 0.15.1 + Add asneeded option + Fix up2date diff --git a/source/games-extra/freedroidrpg/FrugalBuild b/source/games-extra/freedroidrpg/FrugalBuild index b211ccb..f49e2c0 100644 --- a/source/games-extra/freedroidrpg/FrugalBuild +++ b/source/games-extra/freedroidrpg/FrugalBuild @@ -1,25 +1,28 @@ # Compiling Time: 0.16 SBU # Maintainer: Devil505 <[email protected]> +options+=('asneeded') + pkgname=freedroidrpg -pkgver=0.15 -pkgrel=2 +pkgver=0.15.1 +pkgrel=1 pkgdesc="Extension/modification of the classical Freedroid game (based on paradroid) into a RPG" _F_sourceforge_ext=".tar.gz" _F_sourceforge_dirname="freedroid" +_F_sourceforge_name="freedroidRPG" Finclude sourceforge depends=('sdl_mixer' 'sdl_net' 'sdlimage' 'libx11' 'libogg' 'libvorbis' 'libgl' 'mesa' 'libglu' 'sdl_gfx>=2.0.24') groups=('games-extra') archs=('i686' 'x86_64') -source="http://pkgs.fedoraproject.org/repo/pkgs/freedroidrpg/freedroidrpg-$pkgver.tar.gz/003a3f34619cfaa87add2030fea5d120/freedroidrpg-$pkgver.tar.gz" source=($source $pkgname.png) -sha1sums=('97f74a6b1f3c7cf447e8cc7fc850aee18c2860ed' \ +sha1sums=('5d298d160af8332fff4eca71aa091d85e4031767' \ 'be0f6b657df99d190c31745b7a628751bbf6b142') _F_desktop_name="Freedroid RPG" _F_desktop_icon="/usr/share/icons/freedroidrpg.png" _F_desktop_exec="freedroidRPG" _F_desktop_categories="Game;RolePlaying;" +_F_cd_path=$pkgname-$pkgver build() { _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
