void-packages/srcpkgs/libgnome-keyring/template
2012-09-26 01:51:23 +02:00

24 lines
973 B
Plaintext

# Template file for 'libgnome-keyring'
pkgname=libgnome-keyring
version=3.6.0
revision=1
subpackages="$pkgname-devel"
build_style=gnu-configure
configure_args="--disable-debug"
makedepends="pkg-config intltool dbus-devel glib-devel libgcrypt-devel
libgpg-error-devel gobject-introspection"
short_desc="GNOME keyring client library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2, LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
checksum=6dca37fb7b37f800f498031ffe303a567410bec09a9bdd877a18865dafcc9830
long_desc="
libgnome-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."