diff options
Diffstat (limited to 'almanah/Pkgfile')
-rw-r--r-- | almanah/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/almanah/Pkgfile b/almanah/Pkgfile new file mode 100644 index 0000000..0abe09e --- /dev/null +++ b/almanah/Pkgfile @@ -0,0 +1,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 +} |