18 lines
381 B
Plaintext
18 lines
381 B
Plaintext
# Tanım: Python için şifreleme modülleri.
|
||
# URL: http://www.dlitz.net/software/pycrypto/
|
||
# Paketçi: milisarge
|
||
# Gerekler: python
|
||
|
||
name=python-crypto
|
||
version=2.6.1
|
||
release=1
|
||
|
||
source=(
|
||
http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-$version.tar.gz)
|
||
|
||
derle() {
|
||
cd pycrypto-$version
|
||
python2 setup.py build
|
||
python2 setup.py install --prefix=/usr --root=$PKG
|
||
}
|