diff options
Diffstat (limited to 'libcryptui/Pkgfile')
-rw-r--r-- | libcryptui/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libcryptui/Pkgfile b/libcryptui/Pkgfile new file mode 100644 index 0000000..ff31118 --- /dev/null +++ b/libcryptui/Pkgfile @@ -0,0 +1,22 @@ +# Description: Bibliothèque pour les requêtes OpenPGP. +# URL: http://git.gnome.org/libcryptui +# Maintainer: NuTyX Gnome team +# Packager: piernov <piernov@piernov.org> +# 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.0 +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 +} |