grup-düzenlemeleri

This commit is contained in:
yasarciv67 2018-07-31 13:21:45 +00:00
parent 20698539ed
commit a8304f780d
1 changed files with 3 additions and 2 deletions

View File

@ -2,15 +2,16 @@
# URL: http://pypi.python.org/pypi/cryptography
# Paketçi: milisarge
# Gerekler: python-six python-cffi python-enum34 python-pyasn1
# Grup: güvenlik
isim=python-cryptography
_isim=cryptography
surum=1.2.3
devir=1
kaynak=(http://pypi.python.org/packages/source/c/$_name/$_name-$surum.tar.gz)
kaynak=(http://pypi.python.org/packages/source/c/$_isim/$_isim-$surum.tar.gz)
derle() {
cd $_name-$surum
cd $_isim-$surum
/usr/bin/python2 setup.py build
/usr/bin/python2 setup.py install --root=$PKG --optimize=1
}