diff options
author | piernov <piernov@piernov.org> | 2012-04-01 12:10:45 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-04-01 12:10:45 +0200 |
commit | 5e3ef2473884e983a0db2ddc7f0899e5f0a61df2 (patch) | |
tree | 9be9fe2a67b95e4cb4dd9bc86a1ff63bb6358fe5 /libcryptui/Pkgfile | |
parent | 9ce1d00c14cd4e0bd0cae795dd76b689481cbeb7 (diff) | |
download | gnome3-5e3ef2473884e983a0db2ddc7f0899e5f0a61df2.tar.gz gnome3-5e3ef2473884e983a0db2ddc7f0899e5f0a61df2.tar.bz2 gnome3-5e3ef2473884e983a0db2ddc7f0899e5f0a61df2.tar.xz gnome3-5e3ef2473884e983a0db2ddc7f0899e5f0a61df2.zip |
libcryptui 3.4.0-1 ajout port
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 +} |