1 # Contributor: Dejan Čabrilo <dejan@studioblue38.com>
5 pkgdesc="Set of Inkscape extensions to create and edit Xmoto levels."
7 url="http://xmoto.tuxfamily.org/"
9 depends=('inkscape>=0.46' 'python>=2.5' 'python-lxml' 'pygtk')
10 source=(http://download.tuxfamily.org/xmoto/svg2lvl/$pkgver/$pkgname-$pkgver.tar.gz)
11 md5sums=(1a8055501dc03cccce4adc331f5815d9)
14 cd "$srcdir"/extensions
15 # Remove files that are of no use
16 rm "$srcdir"/extensions/{INSTALL,AUTHORS,README,COPYING,Makefile.am}
17 install -m755 -d "$pkgdir"/usr/share/inkscape/extensions
18 cp -Rv "$srcdir"/extensions/* "$pkgdir"/usr/share/inkscape/extensions