Files
ports/core/python2-crypto/spkgbuild
2018-04-26 09:44:16 +08:00

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)