1 # Contributor: Berseker <berseker86 at gmail dot com>
8 pkgdesc="a library to access 'RESTful' web services"
10 url="http://moblin.org/projects/librest/"
12 source=(http://ftp.gnome.org/pub/GNOME/sources/rest/0.7/${_realname}-${pkgver}.tar.bz2)
14 depends=('libsoup' 'libxml2')
15 makedepends=('gtk-doc')
18 cd "$srcdir/${_realname}-${pkgver}"
20 ./configure --prefix=/usr --without-gnome
22 make DESTDIR="$pkgdir/" install
24 sha256sums=('e3f8b204b872598009a68b71e3bef0c5ba5318e6822b98064ecff797142f9104')