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
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=python-crypto
|
|
|
|
|
surum=2.6.1
|
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(
|
|
|
|
|
http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-$surum.tar.gz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd pycrypto-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
python2 setup.py build
|
|
|
|
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
}
|