milis/talimatname/genel/l/libsoup-22/talimat

21 lines
442 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: GNOME için HTTP istemci/sunucu kitaplığı
# URL: https://wiki.gnome.org/LibSoup
# Paketçi: Cihan_Alkan
# Gerekler: libxml2 glib
# Grup: kütüphane
isim=libsoup-22
surum=2.2.105
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/libsoup-${surum}.tar.bz2
update.patch)
derle() {
cd libsoup-${surum}
patch -p1 -i ../update.patch
./configure --prefix=/usr
make
make DESTDIR="${PKG}" install
}