milis/talimatname/genel/u/uhttpmock/talimat

19 lines
487 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Uhttpmock paketi, HTTP veya HTTPS kullanan web hizmeti API'larını alay etmek için bir kütüphane içerir.
2017-07-25 22:21:02 +02:00
# URL: https://github.com/Distrotech/uhttpmock
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: libsoup gobject-introspection vala gtk-doc
2017-07-25 22:21:02 +02:00
name=uhttpmock
version=0.5.0
release=1
source=(http://tecnocode.co.uk/downloads/$name/$name-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2017-07-25 22:21:02 +02:00
cd ${name}-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}