diff options
author | piernov <piernov@piernov.org> | 2012-04-01 12:16:27 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-04-01 12:16:27 +0200 |
commit | 9737da62058de164a5a8623e1d46d579767d780c (patch) | |
tree | 9f1ace2069fea65f7f07b04b29bcd2b2c880e503 /almanah/Pkgfile | |
parent | 5e3ef2473884e983a0db2ddc7f0899e5f0a61df2 (diff) | |
download | gnome3-9737da62058de164a5a8623e1d46d579767d780c.tar.gz gnome3-9737da62058de164a5a8623e1d46d579767d780c.tar.bz2 gnome3-9737da62058de164a5a8623e1d46d579767d780c.tar.xz gnome3-9737da62058de164a5a8623e1d46d579767d780c.zip |
almanah 0.9.0-1 ajout port
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 +} |