milis/talimatname/genel/l/librest/talimat

21 lines
467 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 söyleyen internet servislerine daha kolay erişmenizi sağlar.
# URL: http://www.gnome.org/
# Paketçi: milisarge
# Gerekler: libsoup gobject-introspection
isim=librest
surum=0.7.93
devir=2
kaynak=(http://ftp.gnome.org/pub/gnome/sources/rest/${surum%.*}/rest-$surum.tar.xz)
derle() {
cd rest-$surum
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--with-ca-certificates=/etc/ssl/certs
make
make DESTDIR=$PKG install
}