37 lines
1.5 KiB
Text
37 lines
1.5 KiB
Text
# Template file for 'libsoup'
|
|
pkgname=libsoup
|
|
version=2.40.2
|
|
revision=1
|
|
subpackages="$pkgname-gnome $pkgname-gnome-devel $pkgname-devel"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
makedepends="pkg-config intltool gobject-introspection glib-devel
|
|
libgcrypt-devel libgpg-error-devel libxml2-devel gnutls-devel
|
|
sqlite-devel libgnome-keyring-devel>=3.6.0"
|
|
fulldepends="glib-networking"
|
|
short_desc="HTTP library implementation in C"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="LGPL-2.1"
|
|
distfiles="${GNOME_SITE}/$pkgname/2.40/$pkgname-$version.tar.xz"
|
|
checksum=32e81220f53abb1f5bbe7d8b0717119df70667fc48e2342d82209ed1593e71dc
|
|
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"
|