milis/talimatname/genel/p/pyprctl/talimat

25 lines
613 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: Python (ic) linux prctl syscall arayüzü
# URL: https://github.com/seveas/python-prctl
# Paketçi: Cihan_Alkan
# Gerekler: python python-setuptools python3 python3-setuptools libcap
# Grup: kütüphane
isim=pyprctl
surum=1.6.1
devir=1
kaynak=(https://github.com/seveas/python-prctl/archive/v1.6.1.tar.gz::$isim-$surum.tar.gz)
derle() {
cp -a python-prctl-1.6.1{,-py3}
cd "$SRC"/python-prctl-1.6.1
python2 setup.py build
python2 setup.py install --root="$PKG" --optimize=1
cd "$SRC"/python-prctl-1.6.1-py3
python3 setup.py build
python3 setup.py install --root="$PKG" --optimize=1
}