summaryrefslogtreecommitdiffstats
path: root/gcr/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gcr/Pkgfile')
-rw-r--r--gcr/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/gcr/Pkgfile b/gcr/Pkgfile
new file mode 100644
index 0000000..3013490
--- /dev/null
+++ b/gcr/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Bibliothèque de cryptographie pour Gnome-Keyring.
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX GNOME team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: libtasn1, gtk3, libgcrypt, p11-kit, gobject-introspection
+# Run on: libtasn1,gtk3,libgcrypt,p11-kit
+
+name=gcr
+version=3.3.4
+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-update-mime \
+ --disable-gtk-doc
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}