# vim: syn=sh ft=sh et sw=2 sts=2 ts=2 tw=0: #Packager: Dimitris Tzemos pkgname=pyasn1-modules pkgver=0.0.8 pkgrel=1dj source=("http://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-${pkgver}.tar.gz") sourcetemplate=http://people.salixos.org/djemos/salix/14.2/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "changes" "license" "pkg-info" "thanks") url=http://pypi.python.org/pypi/pyasn1-modules slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (A collection of ASN.1-based protocols modules)" ) build() { cd $SRC/pyasn1-modules-$pkgver || return 1 python setup.py install --prefix=/usr --root=$PKG || return 1 }