2020-06-14 21:38:59 +00:00
|
|
|
# Description: GNOME keyring client library
|
2020-11-03 19:25:13 +00:00
|
|
|
# URL: https://live.gnome.org/GnomeKeyring/
|
2020-06-14 21:38:59 +00:00
|
|
|
# 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}
|
|
|
|
}
|