# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=libmateweather pkgver=1.12.1 pkgrel=0 pkgdesc="A library to access weather information from online services for numerous locations" url="https://github.com/mate-desktop/libmateweather" arch="all" license="GPL2" depends="mate-common" depends_dev="" makedepends="$depends_dev libsoup-dev libtool intltool gtk+2.0-dev libxml2-utils" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" _builddir="$srcdir/$pkgname-$pkgver" prepare() { local i cd "$_builddir" for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done } build() { cd "$_builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --with-zoneinfo-dir \ || return 1 make || return 1 } package() { cd "$_builddir" make DESTDIR="${pkgdir}" install || return 1 } md5sums="6c533e7c9fbfc00fd453efa27043e16c libmateweather-1.12.1.tar.xz" sha256sums="74aaeb844059ecf7f7aa4314676348750c50212a7c6e5dbbed71793bcd373863 libmateweather-1.12.1.tar.xz" sha512sums="26352a722fc76b997ce3d30e1c144a612ebf27f18f5e4b4f1d7b725bd4de2657797542a21a334179f4c194529770e6bfcd92e435ff1d793441ac00bb7bdffdab libmateweather-1.12.1.tar.xz"