milis/talimatname/genel/l/libsoup/talimat

19 lines
453 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Libsoup, GNOME için bir HTTP istemci / sunucu kitaplığıdır.
2017-04-03 14:17:30 +02:00
# URL: https://wiki.gnome.org/Projects/libsoup
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: glib-networking libxml2 gobject-introspection vala sqlite
2016-02-24 01:27:23 +01:00
name=libsoup
version=2.52.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}