# Description: Journal personnel chiffré. # URL: http://live.gnome.org/Almanah_Diary # Maintainer: NuTyX GNOME team # Packager: piernov # Depends on: evolution-data-server, seahorse, libcryptui # Run on: evolution-data-server,seahorse,libcryptui name=almanah version=0.9.0 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --enable-spell-checking \ --enable-encryption \ --disable-schemas-compile make make DESTDIR=$PKG install }