void-packages/srcpkgs/gnome-keyring/template

36 lines
1.3 KiB
Text
Raw Normal View History

# Template file for 'gnome-keyring'
pkgname=gnome-keyring
2012-03-26 14:57:21 +00:00
version=3.4.0
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
build_style=gnu-configure
2012-03-21 10:05:34 +00:00
configure_args="--with-pam-dir=/lib/security --disable-debug
2011-09-28 16:39:25 +00:00
--disable-schemas-compile --with-root-certs=/etc/ssl/certs"
short_desc="GNOME password and secret manager"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-05-27 04:56:32 +00:00
homepage="http://www.gnome.org"
license="GPL, LGPL"
2012-03-26 14:57:21 +00:00
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
2011-09-28 16:39:25 +00:00
Add_dependency run dconf
2010-11-02 22:45:47 +00:00
Add_dependency build pkg-config
Add_dependency build intltool
2010-11-02 22:45:47 +00:00
Add_dependency build dbus-devel
2012-03-21 10:05:34 +00:00
Add_dependency build gcr-devel
Add_dependency build libcap-ng-devel
2010-11-02 22:45:47 +00:00
Add_dependency build pam-devel
Add_dependency build libcap-devel
2012-03-21 10:05:34 +00:00
Add_dependency build libtasn1-devel
Add_dependency build libgcrypt-devel
Add_dependency build libtasn1-tools