milis/talimatname/genel/l/librest/talimat

21 lines
467 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: "RESTful" olduğunu söyleyen internet servislerine daha kolay erişmenizi sağlar.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libsoup gobject-introspection
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=librest
surum=0.7.93
devir=2
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/rest/${surum%.*}/rest-$surum.tar.xz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd rest-$surum
2016-02-24 01:27:23 +01:00
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--with-ca-certificates=/etc/ssl/certs
make
make DESTDIR=$PKG install
}