milis/talimatname/genel/p/python-crypto/talimat

18 lines
381 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python için şifreleme modülleri.
2017-04-12 14:37:16 +02:00
# URL: http://www.dlitz.net/software/pycrypto/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python
2017-04-12 14:37:16 +02:00
2016-02-24 01:27:23 +01:00
name=python-crypto
version=2.6.1
release=1
source=(
http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd pycrypto-$version
python2 setup.py build
python2 setup.py install --prefix=/usr --root=$PKG
}