void-packages/srcpkgs/gnome-keyring/template

27 lines
1.1 KiB
Text
Raw Normal View History

# Template file for 'gnome-keyring'
pkgname=gnome-keyring
2012-10-15 21:56:10 +00:00
version=3.6.1
2012-09-25 13:50:49 +00:00
revision=1
build_style=gnu-configure
2012-07-09 16:30:35 +00:00
configure_args="--with-pam-dir=/usr/lib/security --disable-debug
2012-10-15 21:56:10 +00:00
--disable-schemas-compile --with-root-certs=/etc/ssl/certs"
2012-07-09 16:30:35 +00:00
# For setcap(8).
2012-09-25 13:50:49 +00:00
depends="libcap-progs dconf gcr>=3.6.0"
makedepends="pkg-config intltool dbus-devel libcap-ng-devel
2012-10-15 21:56:10 +00:00
pam-devel libcap-devel libtasn1-devel libgcrypt-devel libtasn1-tools
gcr-devel>=3.6.0"
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-09-25 13:50:49 +00:00
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
2012-10-15 21:56:10 +00:00
checksum=0c3a2ccc1744ce681fa7eb8d5e3e94d1712e932068a36ce7076222eb82b25aa5
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."