#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=pycrypto pkgver=2.5 zenver=72 pkgrel=1 arch=i686 source=("http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://www.dlitz.net/software/pycrypto/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pycrypto (Cryptographic algorithms and protocols for Python)" "A collection of cryptographic algorithms and protocols," "implemented for use from Python." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py build python setup.py install --prefix=/usr --root=$startdir/pkg }