milis/talimatname/genel/python3-parted/talimat

18 lines
406 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.

# Description: Libparted'e Python bağları
# URL: https://fedorahosted.org/pyparted/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: parted python3
name=python3-parted
version=3.10.0
release=1
_name=pyparted
source=( https://fedorahosted.org/releases/p/y/${_name}/${_name}-$version.tar.gz)
build() {
cd ${_name}-$version
python3 setup.py build
python3 setup.py install --optimize=1 --root=$PKG
}