void-packages/srcpkgs/libsoup/template
Juan RP 16b8a492d4 libsoup: update to 2.30.0, add -gnome{,-devel} subpkgs.
--HG--
extra : convert_revision : 0ed4f63ebc1879e1222a98051c474f1f815b2f02
2010-04-12 16:35:39 +02:00

53 lines
1.9 KiB
Plaintext

# Template file for 'libsoup'
pkgname=libsoup
version=2.30.0
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--localstatedir=/var"
short_desc="HTTP library implementation in C"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0ebe715fde45e40835860184cf0240246cd6c276008f27d056c53593f6ea37ce
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="$pkgname-gnome $pkgname-gnome-devel $pkgname-devel"
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run libxml2
Add_dependency run libproxy
Add_dependency run sqlite
Add_dependency run GConf
Add_dependency run glib
Add_dependency run libgcrypt
Add_dependency run libgpg-error
Add_dependency run gnutls
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build glib-devel
Add_dependency build libgcrypt-devel
Add_dependency build libgpg-error-devel
Add_dependency build libxml2-devel
Add_dependency build libproxy-devel
Add_dependency build gnutls-devel
Add_dependency build sqlite-devel
Add_dependency build GConf-devel
Add_dependency build libgnome-keyring-devel