vp-build/templates/libsoup/template

38 lines
1.4 KiB
Plaintext
Raw Normal View History

# Template file for 'libsoup'
pkgname=libsoup
version=2.27.5
distfiles="${GNOME_SITE}/$pkgname/2.27/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="HTTP library implementation in C"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ca8085fc996c89298f10b780b8d9abae39de689f454a5393fd1283801ff7f287
long_desc="
Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
the SOAP and non-SOAP parts have now been split into separate packages.
libsoup uses the Glib main loop and is designed to work well with GTK
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).
Features:
* Completely Asynchronous
* Connection cache
* HTTP chunked transfer support
* HTTP, SOCKS4, and SOCKS5 authenticated proxy support
* SSL Support using OpenSSL or GnuTLS
* Client support for Digest, NTLM, and Basic authentication
* HTTP server
* Server support for Digest and Basic authentication"
subpackages="devel"
Add_dependency build pkg-config
Add_dependency full glibc
Add_dependency full libxml2
Add_dependency full libproxy
Add_dependency full gnutls
Add_dependency full sqlite
Add_dependency full GConf