contrib/pycrypto/Pkgfile

20 lines
566 B
Plaintext
Raw Normal View History

2006-11-14 00:01:22 +01:00
# $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $
# Description: Python collection of cryptographic algorithms and protocols.
# URL: http://www.amk.ca/python/code/crypto.html
# Maintainer: James Mills prologic at shortcircuit dot net dot au
# Packager: Youn<75>s Hafri <ycrux@club-internet.fr>
# Depends on: python
name=pycrypto
version=2.0.1
release=1
source=(http://www.amk.ca/files/python/crypto/$name-$version.tar.gz)
build () {
mkdir -p $PKG/usr
cd $name-$version
python setup.py build
python setup.py install --home=$PKG/usr
chown -R root:root $PKG
}