diff options
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 +} |