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