# vim: syn=sh ft=sh et sw=2 sts=2 ts=2 tw=0: #Packager: Cyrille Pontvieux pkgname=pylibsalt pkgver=0.1.0 pkgrel=1cp source=(https://github.com/jrd/${pkgname}/archive/v${pkgver}.tar.gz) sourcetemplate=http://people.salixos.org/jrd/salix/$pkgname/$pkgver-\$arch-$pkgrel/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://github.com/jrd/pylibsalt #options=('noextract' 'nosrcpack' 'nostrip' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (SaLT python library)" "Used by Salix Live Installer and Bootsetup." "Features: chroot function, execute functions, disk functions," "filesystem functions, freesize functions, fstab functions," "kernel parameters functions, mounting functions," "system users functions, timezone functions, languages functions," "keyboards functions" ) build() { cd $SRC/$pkgname-$pkgver || return 1 python setup.py install --prefix=/usr --root=$PKG || return 1 }