22 lines
489 B
Plaintext
22 lines
489 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.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
|
|||
|
}
|