1 # Contributor: <mathieui@mathieui.net>
5 pkgdesc="Ludimagia is a free MagicWorkStation clone"
7 url="http://codingteam.net/project/ludimagia"
9 depends=('python-pygame' 'pgu' 'xmpppy' 'python-dnspython')
10 source=("http://codingteam.net/project/ludimagia/download/file/$pkgname-$pkgver.tar.bz2")
11 md5sums=('5829042e62238e7ff7a88f1214d4f80a')
14 mkdir -p "${pkgdir}/usr/share/ludimagia/"
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