milis/talimatname/genel/python3-parted/talimat

18 lines
385 B
Plaintext
Raw Normal View History

2017-04-12 14:10:43 +02:00
# Description: Libparted'e Python bağları
# URL: https://fedorahosted.org/pyparted/
2017-06-01 04:46:24 +02:00
# Packager: milisarge
2016-10-17 22:43:50 +02:00
# Depends on: parted python3
name=python3-parted
2017-06-01 04:46:24 +02:00
version=3.10.7
2016-10-17 22:43:50 +02:00
release=1
_name=pyparted
2017-06-01 04:46:24 +02:00
source=(https://github.com/rhinstaller/${_name}/archive/v${version}.tar.gz)
2016-10-17 22:43:50 +02:00
build() {
2017-06-01 04:46:24 +02:00
cd ${_name}-$version
python3 setup.py build
python3 setup.py install --optimize=1 --root=$PKG
2016-10-17 22:43:50 +02:00
}