From 9737da62058de164a5a8623e1d46d579767d780c Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 1 Apr 2012 12:16:27 +0200 Subject: almanah 0.9.0-1 ajout port --- almanah/Pkgfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 almanah/Pkgfile (limited to 'almanah/Pkgfile') 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 +# 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 +} -- cgit v1.2.3-54-g00ecf