summaryrefslogtreecommitdiffstats
path: root/extra/pycrypto/Pkgfile
blob: 4cc1f11396f533ab3c45df9947793461c6077193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Collection d'algoritmes et protocols pour Python
# URL: http://www.amk.ca/python/code/crypto.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: python

name=pycrypto
version=2.0.1
release=1
source=( http://www.amk.ca/files/python/crypto/$name-$version.tar.gz)


build() {
	cd $name-$version
	python setup.py build install --root=$PKG       
}