milis/talimatname/genel/g/glib-networking/talimat

20 lines
493 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: GLib Ağ Paketi, GLib için Ağa bağlı gio modülleri içerir.
# URL: http://www.gnome.org/
# Paketçi: milisarge
# Gerekler: glib dbus gnutls libgcrypt gsettings-desktop-schemas p11-kit
# Grup: ağ
isim=glib-networking
surum=2.50.0
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--with-ca-certificates=/etc/ssl/ca-bundle.crt \
--disable-static
make
make DESTDIR=$PKG install
}