22 lines
560 B
Plaintext
22 lines
560 B
Plaintext
|
# Description: Collection of cryptographic algorithms and protocols implemented for use from Python
|
||
|
# URL: URL: http://www.dlitz.net/software/pycrypto/
|
||
|
# NuTyX package info file (http://nutyx.org)
|
||
|
# Packager: # NuTyX package info file (http://nutyx.org)
|
||
|
# Depends on: python
|
||
|
name=python-crypto
|
||
|
version=2.6.1
|
||
|
release=1
|
||
|
|
||
|
source=(
|
||
|
http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
cd pycrypto-$version
|
||
|
python2 setup.py build
|
||
|
python2 setup.py install --prefix=/usr --root=$PKG
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
# NuTyX Pkgfile (http://nutyx.org)
|