18 lines
373 B
Plaintext
18 lines
373 B
Plaintext
# Tanım: Python için şifreleme modülleri.
|
||
# URL: http://www.dlitz.net/software/pycrypto/
|
||
# Paketçi: milisarge
|
||
# Gerekler: python
|
||
|
||
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
|
||
}
|