milis/talimatname/genel/u/uhttpmock/talimat

19 lines
479 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: Uhttpmock paketi, HTTP veya HTTPS kullanan web hizmeti API'larını alay etmek için bir kütüphane içerir.
# URL: https://github.com/Distrotech/uhttpmock
# Paketçi: yasarciv67@gmail.com
# Gerekler: libsoup gobject-introspection vala gtk-doc
isim=uhttpmock
surum=0.5.0
devir=1
kaynak=(http://tecnocode.co.uk/downloads/$isim/$isim-$surum.tar.xz)
derle() {
cd ${isim}-$surum
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}