updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / ludimagia / PKGBUILD
blob55c474a2fb66f28ca5ee965ec5ae13086928a356
1 # Contributor:  <mathieui@mathieui.net>
2 pkgname=ludimagia
3 pkgver="0.5.1"
4 pkgrel=4
5 pkgdesc="Ludimagia is a free MagicWorkStation clone"
6 arch="any"
7 url="http://codingteam.net/project/ludimagia"
8 license=('WTFPL')
9 depends=('python-pygame' 'pgu' 'xmpppy' 'python-dnspython')
10 source=("http://codingteam.net/project/ludimagia/download/file/$pkgname-$pkgver.tar.bz2")
11 md5sums=('5829042e62238e7ff7a88f1214d4f80a')
13 build() {
14   mkdir -p "${pkgdir}/usr/share/ludimagia/"
15   cd "$srcdir"
16   cp -R ./$pkgname-$pkgver/* ${pkgdir}/usr/share/ludimagia/
17   mkdir -p ${pkgdir}/usr/bin/
18   echo -e '#!/bin/bash\ncd /usr/share/ludimagia/\npython ludimagia.py' > ${pkgdir}/usr/bin/ludimagia
19   echo -e '#!/bin/bash\ncd /usr/share/ludimagia/\npython deckcreator.py' > ${pkgdir}/usr/bin/ludimagia-deckcreator
20   chmod +x ${pkgdir}/usr/bin/ludimagia
21   chmod +x ${pkgdir}/usr/bin/ludimagia-deckcreator