1 # Maintainer: ShadowKyogre <shadowkyogre@aim.com>
2 pkgname=mse-extracolors-magic-template
5 pkgdesc="The standard Magic: the Gathering cards with more colors"
7 url="http://magicseteditor.sourceforge.net/additional-templates"
11 source=("magic-mana-small-and-large-extra.mse-installer::http://mtg.pifro.com/download/file.php?id=2851"
12 "magic-new-extra.mse-installer::http://mtg.pifro.com/download/file.php?id=2608")
13 md5sums=('2b92b2d136ee149a6d8c5b393c6d3a30'
14 '2185cc226597293dc9c3388bf45d8af4')
18 mkdir -p $pkgdir/usr/share/magicseteditor/data
19 bsdtar -xf magic-new-extra.mse-installer
20 bsdtar -xf magic-mana-small-and-large-extra.mse-installer
21 sed -e 's|emblem|watermark|g' -i ./*.mse-style/style
22 chmod -x ./*.mse-s{tyle,ymbol-font}/*
23 chmod -x ./magic-watermarks-extra.mse-include/*
24 cp -r ./magic-watermarks-extra.mse-include $pkgdir/usr/share/magicseteditor/data
25 cp -r ./*.mse-s{tyle,ymbol-font} $pkgdir/usr/share/magicseteditor/data
28 # vim:set ts=2 sw=2 et: