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

24 lines
554 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: Birçok özelliği destekleyen kapsamlı HTTP istemci kütüphanesi.
# URL: http://code.google.com/p/httplib2/
# Paketçi: milisarge
# Gerekler: python
isim=python-httplib2
surum=0.9
devir=1
kaynak=(
https://github.com/jcgregorio/httplib2/archive/v${surum}.tar.gz
$isim.ssl_hostname.patch
$isim.cert.patch)
derle() {
cd httplib2-$surum
# Patch, ref FS#36839
patch -p1 -i $SRC/$isim.ssl_hostname.patch
# Patch, ref FS#40179
patch -p1 -i $SRC/$isim.cert.patch
#
python2 setup.py install --prefix=/usr --root=$PKG
}