# $Id: PKGBUILD 101727 2013-11-30 15:46:56Z bgyorgy $ # Maintainer: Balló György pkgname=almanah pkgver=0.11.0 pkgrel=1 pkgdesc="Small GTK+ application to allow you to keep a diary of your life" arch=('i686' 'x86_64') url="https://wiki.gnome.org/Apps/Almanah_Diary" license=('GPL') depends=('evolution-data-server' 'gtkspell3' 'libcryptui' 'xdg-utils') makedepends=('intltool') install=$pkgname.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sha256sums=('82085a3884d6820e843fe388040a124cf7c23b4cc6dade54fa484ae75a8b712d') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --disable-schemas-compile make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }