updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / mse-extracolors-magic-template / PKGBUILD
blobcd3f947f25327b48286a2ad8f8eb2899c8c29d4f
1 # Maintainer: ShadowKyogre <shadowkyogre@aim.com>
2 pkgname=mse-extracolors-magic-template
3 pkgver=2.0.0
4 pkgrel=5
5 pkgdesc="The standard Magic: the Gathering cards with more colors"
6 arch=('any')
7 url="http://magicseteditor.sourceforge.net/additional-templates"
8 license=('GPL')
9 depends=('mse-mtg')
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')
16 build() {
17         cd $srcdir
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: