updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / blender-plugin-vectex / PKGBUILD
blob22ebc5d5762d8e2bb2adf090aa21142f0d142af2
1 # Contributer: N30N <archlinux@alunamation.com>
3 pkgname=blender-plugin-vectex
4 pkgver=0.9
5 pkgrel=1
6 pkgdesc="Vectex is a SVG vector texture plugin for Blender"
7 url="http://code.google.com/p/vectex/"
8 license="GPL"
9 arch=('i686' 'x86_64')
10 depends=('blender')
11 makedepends=()
12 source=(http://vectex.googlecode.com/files/vectex-${pkgver}-fix.tar.bz2 '64bit.patch')
13 md5sums=('e36937018056f072f35a8df3bb7574ad' '98ddd03b81bff9b2f923e8fd5e449b1b')
15 build() {
16         cd $startdir/src/vectex-$pkgver
18         if [ ${CARCH} == "x86_64" ]; then
19                 patch -p0 < $startdir/src/64bit.patch
20         fi
22         msg "Starting build process."
23         make || return 1
25         install -D -m755 vectex.so $startdir/pkg/usr/share/blender/plugins/texture/vectex.so