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

20 lines
527 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: Libcurl için bir Python arabirimi
# URL: http://pycurl.sourceforge.net/
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools
# Grup: kütüphane
isim=python3-curl
surum=7.43.0.2
devir=1
kaynak=(https://github.com/pycurl/pycurl/archive/REL_${surum//./_}.tar.gz::$isim-$surum.tar.gz)
derle() {
cd pycurl-REL_7_43_0_2
make
python3 setup.py build --with-ssl
python3 setup.py install -O1 --root="$PKG"
install -D -m644 COPYING-MIT "$PKG"/usr/share/licenses/$isim/LICENSE
rm -rf $PKG/usr/share/doc
}