Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=33571decc27082b540d6d4d542c444f7f1a9bb12
commit 33571decc27082b540d6d4d542c444f7f1a9bb12 Author: Melko <[email protected]> Date: Wed Jul 13 19:04:34 2011 +0200 openclonk-5.1.2-1-i686 * new package diff --git a/source/games-extra/openclonk/FrugalBuild b/source/games-extra/openclonk/FrugalBuild new file mode 100644 index 0000000..7eec016 --- /dev/null +++ b/source/games-extra/openclonk/FrugalBuild @@ -0,0 +1,33 @@ +# Compiling Time: 3.34 SBU +# Maintainer: Melko <[email protected]> + +pkgname=openclonk +pkgver=5.1.2 +pkgrel=1 +pkgdesc="Free multiplayer action game where you control clonks, small but witty and nimble humanoid beings." +url="http://www.openclonk.org/" +depends=('openssl' 'glew' 'gtk+2-libs' 'gdk-pixbuf2' 'libxpm' 'sdl_mixer') +makedepends=('boost' 'gtk+2') +groups=('games-extra') +archs=('i686' 'x86_64') +_F_archive_name=$pkgname-release +Finclude cmake +up2date="Flastarchive http://hg.openclonk.org/openclonk/archive/ '-src.tar.gz'" +source=(http://hg.openclonk.org/openclonk/archive/$pkgname-release-$pkgver-src.tar.gz + $pkgname.desktop $pkgname.png) +sha1sums=('c29649d3cba907bc88079d019d1d4c9aadd60255' \ + '7620d369573b685d06588fe5750d1e7f7bf85bda' \ + '36bc26a08fecbe6dd75bcc541c879a69ff31fd95') + +build() { + Fcd $pkgname-release-$pkgver-src + CMake_make + Fmkdir usr/share/games/$pkgname + Fcprel ../planet usr/share/games/$pkgname + Fexerel clonk usr/share/games/$pkgname/planet/clonk + Ffile $pkgname.desktop usr/share/applications/$pkgname.desktop + Ficon $pkgname.png + Fwrapper "/usr/share/games/$pkgname/planet/clonk" $pkgname +} + +# optimization OK diff --git a/source/games-extra/openclonk/openclonk.desktop b/source/games-extra/openclonk/openclonk.desktop new file mode 100644 index 0000000..2be2430 --- /dev/null +++ b/source/games-extra/openclonk/openclonk.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=OpenClonk +Comment= +Exec=openclonk +Icon=openclonk.png +Terminal=false +Encoding=UTF-8 +Categories=Game; +Type=Application + diff --git a/source/games-extra/openclonk/openclonk.png b/source/games-extra/openclonk/openclonk.png new file mode 100644 index 0000000..229d7dc Binary files /dev/null and b/source/games-extra/openclonk/openclonk.png differ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
