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

18 lines
387 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Libparted'e Python bağları
# URL: https://fedorahosted.org/pyparted/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: parted python
isim=python-parted
surum=3.10.0
devir=1
_isim=pyparted
kaynak=( https://fedorahosted.org/releases/p/y/${_name}/${_name}-$surum.tar.gz)
derle() {
cd ${_name}-$surum
python setup.py build
python setup.py install --optimize=1 --root=$PKG
}