From 5e3ef2473884e983a0db2ddc7f0899e5f0a61df2 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 1 Apr 2012 12:10:45 +0200 Subject: libcryptui 3.4.0-1 ajout port --- libcryptui/Pkgfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libcryptui/Pkgfile (limited to 'libcryptui/Pkgfile') 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 +# 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 +} -- cgit v1.2.3-70-g09d2