updated on Fri Jan 13 00:14:41 UTC 2012
[aur-mirror.git] / mse-cbg-ygo-template / PKGBUILD
blobf17d76650e03f9fda046ebc3c83ebf68d7efe6ca
1 # Contributor: Sapphira Armageddos <shadowkyogre@aim.com>
2 pkgname=mse-cbg-ygo-template
3 pkgver=2.0.0
4 pkgrel=2
5 pkgdesc="A more space-efficient and fancy template for the YuGiOh game."
6 arch=('any')
7 url="http://magicseteditor.sourceforge.net"
8 license=('GPL')
9 depends=('mse-ygo' 'ttf-lightfoot')
10 conflicts=('mse-cbg-ygo-template-xyz')
11 source=("yugioh-cbg.mse-installer::http://mtg.pifro.com/download/file.php?id=2481&sid=57d0b13af8cb7448a11b1b9c747b85c1")
13 md5sums=('1d87884992a14a05c5ba5e6f7b4a1811')
15 build() {
16         mkdir -p $pkgdir/usr/share/magicseteditor/data
17         bsdtar -xf yugioh-cbg.mse-installer
18         chmod -x ./*.mse-style/*
19         cp -r ./*.mse-style $pkgdir/usr/share/magicseteditor/data
20         cp ./xyz-card.png $pkgdir/usr/share/magicseteditor/data/yugioh-cbg.mse-style
23 # vim:set ts=2 sw=2 et: