# $Id: PKGBUILD 198039 2013-10-30 12:25:50Z allan $ # Maintainer: Jan Alexander Steffens (heftig) pkgname=gnome-weather pkgver=3.10.1 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) groups=(gnome-extra) install=gnome-weather.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) sha256sums=('e0f2503c2cc9ced72da7728b262a767342b82852a74196db44377d18f1820fe4') 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 }