# Description: Librairie http implementee en C
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libxml2, gnutls, libtasn1, libgnome-keyring, libproxy, gconf, glib-networking
# Run on: libxml2,gnutls,libproxy,libtasn1,libgnome-keyring,glib-networking

name=libsoup
version=2.36.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr
		
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/gtk-doc

}