An other game :D Created by the same creator of poezio.
>From 0440e3d1effa1f33c791a89577b0ea3207546e40 Mon Sep 17 00:00:00 2001 From: Kooda <[email protected]> Date: Sun, 28 Mar 2010 20:49:08 +0200 Subject: [PATCH] ludimagia-0.5.1-1-i686
* new package --- source/games-extra/ludimagia/FrugalBuild | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 source/games-extra/ludimagia/FrugalBuild diff --git a/source/games-extra/ludimagia/FrugalBuild b/source/games-extra/ludimagia/FrugalBuild new file mode 100644 index 0000000..95dfbd4 --- /dev/null +++ b/source/games-extra/ludimagia/FrugalBuild @@ -0,0 +1,23 @@ +# Compiling Time: 0 SBU +# Maintainer: nick <n...@email> +# Contributor: Kooda <[email protected]> + +pkgname=ludimagia +pkgver=0.5.1 +pkgrel=1 +pkgdesc="Ludimagia is a free clone of the Magic card game" +url="http://codingteam.net/project/ludimagia" +depends=('pgu' 'dnspython' 'xmpppy') +groups=('games-extra') +archs=('i686' 'x86_64' 'ppc') +up2date="Flasttar $url/download/file/" +source=(http://codingteam.net/project/$pkgname/download/file/$pkgname-$pkgver.tar.bz2) +sha1sums=('7e1fea7815c7a17577115f85310c230dd9b49969') + +build() { + # There are neither Makefile nor setup.py + Fmkdir /usr/share/games/ludimagia/ + Fcd + Fcp $pkgname-$pkgver/* /usr/share/games/ludimagia/ + Fwrapper "cd /usr/share/games/ludimagia/ && python ludimagia.py" ludimagia +} -- 1.7.0.3
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
