milis/talimatname/genel/l/librest/talimat

23 lines
566 B
Plaintext
Raw Normal View History

2018-08-08 14:18:27 +02:00
# Tanım: "RESTful" olduğunu iddia eden web servislerine daha kolay erişilmesini sağlamak için tasarlanmış bir kütüphanedir.
# URL: https://wiki.gnome.org/Projects/Librest
2018-06-09 00:06:58 +02:00
# Paketçi: milisarge
# Gerekler: libsoup gobject-introspection
2018-08-08 14:18:27 +02:00
# Grup: kütüphane
2018-06-09 00:06:58 +02:00
isim=librest
surum=0.8.1
devir=1
kaynak=(https://git.gnome.org/browse/librest/snapshot/librest-$surum.tar.xz)
derle() {
cd librest-$surum
NOCONFIGURE=1 ./autogen.sh
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--with-ca-certificates=/etc/ssl/certs
make
make DESTDIR=$PKG install
}