21 lines
467 B
Plaintext
21 lines
467 B
Plaintext
# 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
|
||
}
|