summaryrefslogtreecommitdiffstats
path: root/almanah/Pkgfile
blob: 0abe09e631233446e97f2266096643b611ab51d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Journal personnel chiffré.
# URL: http://live.gnome.org/Almanah_Diary
# Maintainer: NuTyX GNOME team
# Packager: piernov <piernov@piernov.org>
# 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
}