updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / mse-fullart-planechase-template / PKGBUILD
blob9ac6283c14a34cf33f663a249765b3844f6a300d
1 # Maintainer: ShadowKyogre <shadowkyogre@aim.com>
2 pkgname=mse-fullart-planechase-template
3 pkgver=2.0.0
4 pkgrel=3
5 pkgdesc="A horizontal fullart plane style for Magic: the Gathering plane cards"
6 arch=('any')
7 url="http://magicseteditor.sourceforge.net/additional-templates"
8 license=('GPL')
9 depends=('mse-mtg')
11 source=("planechase-fullart-horizontal.mse-installer::http://mtg.pifro.com/download/file.php?id=2195&sid=464e2430d4602a0d36062f206b3e3a5e")
12 md5sums=('f2bd548e5a3f72903c5c408778f4f877')
14 build() {
15         cd $srcdir
16         mkdir -p $pkgdir/usr/share/magicseteditor/data
17         bsdtar -xf planechase-fullart-horizontal.mse-installer
18         chmod -x ./*.mse-style/*
19         cp -r ./*.mse-style $pkgdir/usr/share/magicseteditor/data
22 # vim:set ts=2 sw=2 et: