# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=libmateweather pkgver=1.24.0 pkgrel=0 pkgdesc="Weather library for the MATE desktop environment" url="https://mate-desktop.org" arch="all" license="LGPL-2.1+ AND GPL-2.0+" depends="" makedepends="gtk+3.0-dev intltool libsoup-dev libxml2-dev libxml2-utils" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/${pkgver%.*}/libmateweather-$pkgver.tar.xz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ --with-zoneinfo-dir \ --enable-all-translations-in-one-xml make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="077a7cbcc75df0a64d9fab23d46154e58cf2455c8a2a17ecc04a8c691ead18b5027e177278a1d8e051ffb76e98bfd8e26ed5ca10ad974546e5446116a4f71300 libmateweather-1.24.0.tar.xz"