Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ccc8957717c2c763563f9f4a84afa67d6be3354c
commit ccc8957717c2c763563f9f4a84afa67d6be3354c Author: DeX77 <[email protected]> Date: Mon Dec 19 15:45:29 2016 +0100 opengfx-0.5.2-1-x86_64 * version bump diff --git a/source/games-extra/opengfx/FrugalBuild b/source/games-extra/opengfx/FrugalBuild index 05fd50d..13d0663 100644 --- a/source/games-extra/opengfx/FrugalBuild +++ b/source/games-extra/opengfx/FrugalBuild @@ -2,24 +2,23 @@ # Maintainer: James Buren <[email protected]> pkgname=opengfx -pkgver=0.3.4 +pkgver=0.5.2 pkgrel=1 pkgdesc="Graphic data files for openttd." url="http://www.openttd.org/en" depends=() -makedepends=('grfcodec>=5.1.1-2') groups=('games-extra') -archs=('i686' 'x86_64') -_F_cd_path="$pkgname-$pkgver-source" -up2date="Flastarchive $url/download-$pkgname -source.tar.gz" -source=(http://binaries.openttd.org/extra/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.gz) -sha1sums=('de42256c4d51c0da60835632e1801ce8b4a8b378') +archs=('x86_64') +up2date="Flastarchive $url/download-$pkgname -all.zip" +source=(http://binaries.openttd.org/extra/$pkgname/$pkgver/$pkgname-$pkgver-all.zip) +sha1sums=('1c25d2d4d906924725146e214910f14036820eb2') build() { - Fmake + Fexec tar -xvf $pkgname-$pkgver.tar + Fcd + for i in *.grf; do Ffilerel /usr/share/openttd/data/$i done Ffilerel /usr/share/openttd/data/$pkgname.obg - Fdocrel docs/* } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
