# Description: Bibliothèque pour les requêtes OpenPGP. # URL: http://git.gnome.org/libcryptui # Maintainer: NuTyX Gnome team # Packager: piernov # Depends on: gtk3, gpgme, dbus-glib, libnotify, libgnome-keyring, dconf, gobject-introspection, intltool # Run on: gtk3,gpgme,dbus-glib,libnotify,libgnome-keyring,dconf name=libcryptui version=3.4.1 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --disable-gtk-doc \ --enable-introspection=yes \ --disable-schemas-compile make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc }