# Description: GNOME keyring client library # URL: https://live.gnome.org/GnomeKeyring/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: dbus libgcrypt gobject-introspection intltool name=libgnome-keyring version=3.12.0 release=2 source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --disable-nls \ --disable-vala make make DESTDIR=$PKG install rm -r $PKG/usr/share/{gtk-doc,locale} }