diff options
author | piernov <piernov@piernov.org> | 2012-03-06 17:59:02 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-03-06 17:59:02 +0000 |
commit | aa5b11f9850638823717976d922efcc8b1e4d250 (patch) | |
tree | f5dc04ca36c4f7129fda9a84a98f6580d6a00302 /gnome-dictionary/Pkgfile | |
parent | 678bd557bd8ad8c3e4e67c39e412c29c5459559b (diff) | |
download | gnome3-aa5b11f9850638823717976d922efcc8b1e4d250.tar.gz gnome3-aa5b11f9850638823717976d922efcc8b1e4d250.tar.bz2 gnome3-aa5b11f9850638823717976d922efcc8b1e4d250.tar.xz gnome3-aa5b11f9850638823717976d922efcc8b1e4d250.zip |
gnome-dictionary ajout port
Diffstat (limited to 'gnome-dictionary/Pkgfile')
-rw-r--r-- | gnome-dictionary/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnome-dictionary/Pkgfile b/gnome-dictionary/Pkgfile new file mode 100644 index 0000000..c3b6833 --- /dev/null +++ b/gnome-dictionary/Pkgfile @@ -0,0 +1,21 @@ +# Description: Dictionnaire de GNOME. +# URL: http://live.gnome.org/GnomeUtils/Dictionary +# Maintainer: NuTyX GNOME team +# Packager: piernov <piernov@piernov.org> +# Depends on: gtk3, gnome-doc-utils +# Run on: gtk3 + +name=gnome-dictionary +version=3.3.2 +release=1 +source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-schemas-compile \ + --disable-rpath \ + --disable-scrollkeeper + make + make DESTDIR=$PKG install +} |