1 # Contributer: N30N <archlinux@alunamation.com>
3 pkgname=blender-plugin-vectex
6 pkgdesc="Vectex is a SVG vector texture plugin for Blender"
7 url="http://code.google.com/p/vectex/"
12 source=(http://vectex.googlecode.com/files/vectex-${pkgver}-fix.tar.bz2 '64bit.patch')
13 md5sums=('e36937018056f072f35a8df3bb7574ad' '98ddd03b81bff9b2f923e8fd5e449b1b')
16 cd $startdir/src/vectex-$pkgver
18 if [ ${CARCH} == "x86_64" ]; then
19 patch -p0 < $startdir/src/64bit.patch
22 msg "Starting build process."
25 install -D -m755 vectex.so $startdir/pkg/usr/share/blender/plugins/texture/vectex.so