void-packages/srcpkgs/gnome-keyring/template
2012-03-26 16:57:21 +02:00

36 lines
1.3 KiB
Plaintext

# Template file for 'gnome-keyring'
pkgname=gnome-keyring
version=3.4.0
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--with-pam-dir=/lib/security --disable-debug
--disable-schemas-compile --with-root-certs=/etc/ssl/certs"
short_desc="GNOME password and secret manager"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL, LGPL"
checksum=a3ea4ea71cdc5f25a4d72027ea6b775d20d9fead1ac71210d743e4cb2df3c3a2
long_desc="
gnome-keyring is a program that keeps passwords and other secrets for
users. It is run as a damon in the session, similar to ssh-agent, and
other applications can locate it by an environment variable.
The program can manage several keyrings, each with its own master
password, and there is also a session keyring which is never stored to
disk, but forgotten when the session ends."
# For setcap(8).
Add_dependency run libcap-progs
Add_dependency run dconf
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build dbus-devel
Add_dependency build gcr-devel
Add_dependency build libcap-ng-devel
Add_dependency build pam-devel
Add_dependency build libcap-devel
Add_dependency build libtasn1-devel
Add_dependency build libgcrypt-devel
Add_dependency build libtasn1-tools