# $Id: PKGBUILD 237223 2015-04-16 05:13:47Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>

pkgname=gnome-calendar
pkgver=3.16.1
pkgrel=1
pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop"
arch=(i686 x86_64)
url="http://gnome.org"
license=('GPL')
depends=('evolution-data-server' 'desktop-file-utils')
makedepends=('intltool' 'python2')
install=gnome-calendar.install
groups=('gnome-extra')
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
sha256sums=('1db810f820dfc56fce0fb33f5add6d7946a0f8c803764fe9e572c68758f65caa')

build() {
  cd $pkgname-$pkgver
  ./configure --prefix=/usr
  make
}

package() {
  cd $pkgname-$pkgver
  make DESTDIR="$pkgdir" install
}

# vim:set ts=2 sw=2 et:
