# Description: C based HTTP library # URL: http://ftp.gnome.org/pub/gnome/sources/libsoup # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: gnutls name=libsoup version=2.2.105 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install }