void-packages/srcpkgs/libgnome-keyring/template

25 lines
975 B
Text
Raw Normal View History

# Template file for 'libgnome-keyring'
pkgname=libgnome-keyring
2012-04-16 14:06:40 +00:00
version=3.4.1
2012-03-26 14:51:47 +00:00
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
build_style=gnu-configure
2012-03-21 08:08:16 +00:00
configure_args="--disable-debug"
makedepends="pkg-config intltool dbus-devel glib-devel libgcrypt-devel libgpg-error-devel gobject-introspection"
revision=1
short_desc="GNOME keyring client library"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-05-27 04:59:51 +00:00
homepage="http://www.gnome.org"
2012-03-21 08:08:16 +00:00
license="GPL-2, LGPL-2.1"
2012-04-16 14:06:40 +00:00
checksum=e74a3e4521767fe5f05cc97cda8a355239567d9763ec628280ede8c2a4a379e8
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."
subpackages="$pkgname-devel"