2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Python için şifreleme modülleri.
|
|
|
|
|
# URL: http://www.dlitz.net/software/pycrypto/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python
|
2018-07-31 15:20:35 +02:00
|
|
|
|
# Grup: güvenlik
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python-crypto
|
|
|
|
|
surum=2.6.1
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(
|
|
|
|
|
http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-$surum.tar.gz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd pycrypto-$surum
|
|
|
|
|
python2 setup.py build
|
|
|
|
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
}
|