1 # Contributor: Sapphira Armageddos <shadowkyogre@aim.com>
5 pkgdesc="YugiOh template with xyz additions for Magic Set Editor."
7 url="http://forum.yugiohcardmaker.net/topic/240063-mse-xyz-monsters-v5-now-you-can-make-your-own/"
9 depends=('magicseteditor')
13 source=('http://dl.dropbox.com/u/12096853/XyzV5.zip')
15 md5sums=('e3c993472885fd01ceb12c945ab232b5')
16 noextract=('XyzV5.zip')
21 mkdir -p $pkgdir/usr/share/magicseteditor/data
23 rm -vf ./data/*.mse-symbol-font/build.bat
24 cp -r ./data/*.mse-{symbol-font,game,style} $pkgdir/usr/share/magicseteditor/data
27 # vim:set ts=2 sw=2 et: