#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former: Christopher Rey P. Baluyut pkgname=sk1libs pkgver=0.9.2pre pkgrel=1 zenver=72 arch=i686 source=("http://sk1project.org/dc2.php?target=$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=('COPYRIGHTS' 'GNU_LGPL_V2' 'README') url="http://sk1project.org" extradepends=(python-lcms) slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "sk1libs" "Runtime libraries required by sK1" ) build() { mkdir -p $startdir/pkg/usr/doc/$pkgname-$pkgver cd $startdir/src/$pkgname-0.9.2pre python setup.py install --root=$startdir/pkg || exit 1 }