From 61105fc8c42b9e889b0e5b7fe24d86758d4f196d Mon Sep 17 00:00:00 2001 From: yasarciv67 Date: Wed, 1 Aug 2018 07:20:19 +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/python3-parted/talimat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/talimatname/genel/p/python3-parted/talimat b/talimatname/genel/p/python3-parted/talimat index e3dd5932c..8bb48efd5 100644 --- a/talimatname/genel/p/python3-parted/talimat +++ b/talimatname/genel/p/python3-parted/talimat @@ -2,16 +2,17 @@ # URL: https://fedorahosted.org/pyparted/ # Paketçi: milisarge # Gerekler: parted python3 +# Grup: kütüphane isim=python3-parted surum=3.10.7 devir=1 _isim=pyparted -kaynak=(https://github.com/rhinstaller/${_name}/archive/v${surum}.tar.gz) +kaynak=(https://github.com/rhinstaller/${_isim}/archive/v${surum}.tar.gz) derle() { - cd ${_name}-$surum + cd ${_isim}-$surum python3 setup.py build python3 setup.py install --optimize=1 --root=$PKG }