1 # Contributor: Sapphira Armageddos <shadowkyogre@aim.com>
2 pkgname=mse-tarot-template
5 pkgdesc="Tarot template for Magic Set Editor"
7 url="http://magicseteditor.sourceforge.net"
10 depends=('magicseteditor' 'ttf-tangiers')
11 source=("tarot.zip::http://mtg.pifro.com/download/file.php?id=1245&sid=03c3bc0ed8480793688c7f7f8b03ce50")
13 md5sums=('e6c1df3bd9aff9c4084b0510f51da625')
16 mkdir -p $pkgdir/usr/share/magicseteditor/data
17 bsdtar -xf tarot.mse-installer
18 sed -e 's|name: Algerian|name: Tangiers|g' -i ./*.mse-style/style
19 chmod -x ./*.mse-{style,game}/*
20 cp -r ./*.mse-{style,game} $pkgdir/usr/share/magicseteditor/data
23 # vim:set ts=2 sw=2 et: