updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / mse-extrafoils-mosaic / PKGBUILD
blob46a9d77b87fa383e327c00daf3b4491780fe7a62
1 # Contributor: Sapphira Armageddos <shadowkyogre@aim.com>
2 pkgname=mse-extrafoils-mosaic
3 pkgver=2.0.0
4 pkgrel=1
5 pkgdesc="Various extra foils from The Foil and Overlay Thread. This one is the mosaic foil gradient."
6 arch=('i686' 'x86_64')
7 url="http://mtg.pifro.com/viewtopic.php?f=19&t=704"
8 license=('GPL')
9 depends=('magicseteditor')
11 groups=('mse-addons' 'mse-addons-foils')
12 source=('magic-overlay-foil-mosaic.mse-installer::http://mtg.pifro.com/download/file.php?id=1658')
13 md5sums=(2131bcdef220207d4f9273099edf267d)
16 PACKAGER="Sapphira Armageddos"
18 build() {
19         cd $srcdir
20         mkdir -p $pkgdir/usr/share/magicseteditor/data
21         bsdtar -xf magic-overlay-foil-mosaic.mse-installer
22         chmod -x ./*.mse-include/*
23 cp -r ./*.mse-include $pkgdir/usr/share/magicseteditor/data
27 # vim:set ts=2 sw=2 et: