From 2b049dac85360749c4cef44b11da32c73e1e1a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 26 Sep 2011 16:51:02 -0300 Subject: ~fauno/emerillon-1.90-2 And deps. libchamplain needs to be updated to 0.12.0 --- ~fauno/librest/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ~fauno/librest/PKGBUILD (limited to '~fauno/librest/PKGBUILD') diff --git a/~fauno/librest/PKGBUILD b/~fauno/librest/PKGBUILD new file mode 100644 index 000000000..a66c4559e --- /dev/null +++ b/~fauno/librest/PKGBUILD @@ -0,0 +1,28 @@ +# Contributor: Berseker + +pkgname=librest +_realname=rest + +pkgver=0.7.10 +pkgrel=1 +pkgdesc="a library to access 'RESTful' web services" +arch=('i686' 'x86_64') +url="http://moblin.org/projects/librest/" +license=('GPL') +source=(http://ftp.gnome.org/pub/GNOME/sources/rest/0.7/${_realname}-${pkgver}.tar.bz2) +options=('!libtool') +depends=('libsoup-gnome' 'libxml2') +makedepends=('gtk-doc') + +build() { + cd "$srcdir/${_realname}-${pkgver}" + + ./configure --prefix=/usr #--without-gnome + make +} + +package() { + cd "$srcdir/${_realname}-${pkgver}" + make DESTDIR="$pkgdir/" install +} +md5sums=('f47850d26bfb6148d1a3db9e74426e20') -- cgit v1.2.3-2-g168b