milis/talimatname/genel/p/python3-parted/talimat

18 lines
370 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Libparted'e Python bağları
2017-04-12 15:10:43 +03:00
# URL: https://fedorahosted.org/pyparted/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: parted python3
2016-10-17 23:43:50 +03:00
2017-10-28 15:10:23 +03:00
isim=python3-parted
surum=3.10.7
devir=1
_isim=pyparted
2016-10-17 23:43:50 +03:00
2017-10-28 15:10:23 +03:00
kaynak=(https://github.com/rhinstaller/${_name}/archive/v${surum}.tar.gz)
2016-10-17 23:43:50 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd ${_name}-$surum
2017-06-01 05:46:24 +03:00
python3 setup.py build
python3 setup.py install --optimize=1 --root=$PKG
2016-10-17 23:43:50 +03:00
}