# $Id$ PNAME="gnome-keyring" PVER="2.32.1" PBUILD="r1" PCATEGORIE="gnome-base" DESCRIPTION="Password and keyring managing daemon." HOMEPAGE="http://www.gnome.org/" DEPEND=">= sys-apps/dbus-1.4 >= dev-libs/glib2-2.28 >= dev-libs/dbus-glib-0.92 >= app-crypt/libgcrypt-1.5 >= app-crypt/libtasn1-2.9 >= x11-libs/gtk2+-2.24 >= gnome-base/gconf-2.32 >= sys-libs/pam-1.1" SDEPEND=">= dev-util/pkgconfig-0.25 >= dev-util/intltool-0.41 >= sys-dev/gettext-0.18" sminclude gnome2 UP2DATE="updatecmd_gnome ${PNAME}" src_compile() { cd ${SRCDIR} gn2_configure \ --with-gtk=2.0 \ --disable-debug \ --disable-tests \ --disable-valgrind \ --enable-pam \ --enable-acl-prompts \ --enable-ssh-agent \ --enable-gpg-agent \ --with-pam-dir=/$(mlibdir)/security \ --with-root-certs=/usr/share/ca-certificates/ \ || die mmake || die }