milis/talimatname/genel/l/librest/talimat

23 lines
566 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: "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
# Paketçi: milisarge
# Gerekler: libsoup gobject-introspection
# Grup: kütüphane
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
}