# $Id: PKGBUILD 196594 2013-10-15 14:56:31Z heftig $ # Maintainer: Jan de Groot pkgname=libsoup pkgver=2.44.1 pkgrel=1 pkgdesc="GNOME HTTP Library" arch=(i686 x86_64) license=(LGPL) url="http://www.gnome.org" depends=(glib2 libxml2 glib-networking sqlite) makedepends=(intltool gobject-introspection python) checkdepends=(apache php php-apache) provides=("libsoup-gnome=$pkgver-$pkgrel") conflicts=(libsoup-gnome) replaces=(libsoup-gnome) options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sha256sums=('c532c331dd5f7eb78438867302ed6897a847c82b287ed9347bea8d1937974c1d') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static make } check() { cd $pkgname-$pkgver make check } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }