# $Id: PKGBUILD 196090 2013-10-07 11:52:14Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) pkgname=gnome-weather pkgver=3.10.0 pkgrel=1 pkgdesc="Access current weather conditions and forecasts" arch=(i686 x86_64) url="https://www.gnome.org/" license=(GPL) depends=(gtk3 gjs libgweather) makedepends=(intltool gobject-introspection) options=(!libtool) groups=(gnome-extra) install=gnome-weather.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) sha256sums=('66d764a19ceebc512711a3b71c849e04021311fa12d617148bbf22c083121b69') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make } check() { cd $pkgname-$pkgver make check } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }