#Maintainer: George Vlahavas (vlahavas~at~gmail.com, gapan@zenwalk forums) pkgname=libsoup pkgver=2.4.1 pkgrel=1 zenver=54 arch=i486 source=("http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.4/libsoup-2.4.1.tar.bz2") sourcetemplate=http://pnboy.pinguix.com/gapan/gnome/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://ftp.gnome.org/pub/GNOME/sources/libsoup options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libsoup - HTTP client/server Library" "Libsoup is an HTTP client/server library for GNOME. It uses GObjects" "and the glib main loop, to integrate well with GNOME applications." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }