#Maintainer: Tomoki Tsuchiya pkgname=pysvg pkgver=0.2.1 pkgrel=1tt url="http://codeboje.de/pysvg/" docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme' 'PKG-INFO' 'TODO' 'COPYRIGHT') source=(http://pysvg.googlecode.com/files/pySVG.zip) sourcetemplate=http://people.salixos.org/tsuren/packages/13.37/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (SVG by python)" "A pure Python library to create/load and manipulate SVG documents." ) build() { cd $startdir/src/pySVG python setup.py build python setup.py install --root="$startdir/pkg" }