# Compiling Time: 3.34 SBU # Maintainer: Melko pkgname=openclonk pkgver=7.0 pkgrel=2 pkgdesc="Free multiplayer action game where you control clonks, small but witty and nimble humanoid beings." url="http://www.openclonk.org/" groups=('games-extra') depends=('sdl_mixer>=1.2.12-2' 'glew>=2.0.0' 'libupnp>=1.6.19-3' 'gtk+3>=3.18.7') archs=('i686' 'x86_64') _F_archive_ver="$pkgver-src" _F_gnome_iconcache='y' Finclude cmake makedepends+=('x11-protos') up2date="Flastverdir http://www.openclonk.org/builds/release/" source=(http://www.openclonk.org/builds/release/$pkgver/$pkgname-$pkgver-src.tar.bz2 \ directories.patch clonk.png) sha1sums=('cd29fc094e605481ce3523fa6762bfa44ee02979' \ '4decde7dac620ceaf0a938d412fb98d42b9e1e7a' \ '36bc26a08fecbe6dd75bcc541c879a69ff31fd95') build() { Fcd $pkgname-$pkgver-src cp $Fsrcdir/clonk.png src/res/oc.ico || Fdie CMake_build } # optimization OK