From a8304f780db657f96beecf5a55df1a21e670703c Mon Sep 17 00:00:00 2001 From: yasarciv67 Date: Tue, 31 Jul 2018 13:21:45 +0000 Subject: [PATCH] =?UTF-8?q?grup-d=C3=BCzenlemeleri?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/p/python-cryptography/talimat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/talimatname/genel/p/python-cryptography/talimat b/talimatname/genel/p/python-cryptography/talimat index 26cb5d46a..f0b547a97 100644 --- a/talimatname/genel/p/python-cryptography/talimat +++ b/talimatname/genel/p/python-cryptography/talimat @@ -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 }