mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 18:20:12 +00:00
17 lines
416 B
Plaintext
17 lines
416 B
Plaintext
# description : Collection of cryptographic algorithms and protocols, implemented for use from Python 2
|
|
# depends : python2
|
|
|
|
name=python2-crypto
|
|
version=2.6.1
|
|
release=1
|
|
source=(https://files.pythonhosted.org/packages/source/p/pycrypto/pycrypto-$version.tar.gz)
|
|
|
|
build() {
|
|
cd pycrypto-$version
|
|
|
|
python2 setup.py build
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
}
|
|
|
|
md5sum=(55a61a054aa66812daf5161a0d5d7eda)
|