grup-düzenlemeleri

This commit is contained in:
yasarciv67 2018-08-01 07:20:19 +00:00
parent 7d677aa0f8
commit 61105fc8c4
1 changed files with 3 additions and 2 deletions

View File

@ -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
}