#Packager: Frédéric Galusik pkgname=uniconvertor pkgver=1.1.5 pkgrel=1fg #arch=noarch source=(http://uniconvertor.googlecode.com/files/uniconvertor-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/ docs=("readme") url=http://sk1project.org/modules.php?name=Products&product=uniconvertor slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "uniconvertor (A universal vector graphics translator using sK1 engine)" "UniConvertor is a universal vector graphics translator. It is a " "command line tool which uses sK1 object model to convert one format" "to another." ) build() { cd $SRC/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$PKG }