void-packages/srcpkgs/libgnome-keyring/template

32 lines
1.1 KiB
Plaintext
Raw Normal View History

# Template file for 'libgnome-keyring'
pkgname=libgnome-keyring
2012-03-21 09:08:16 +01:00
version=3.3.92
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
build_style=gnu-configure
2012-03-21 09:08:16 +01:00
configure_args="--disable-debug"
short_desc="GNOME keyring client library"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-05-27 06:59:51 +02:00
homepage="http://www.gnome.org"
2012-03-21 09:08:16 +01:00
license="GPL-2, LGPL-2.1"
checksum=a7afee6e76318b965b8f105ebe633f5678868d9dbd2d6a8af67e80db0f00b2c9
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"
Add_dependency run gnome-keyring
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build dbus-devel
Add_dependency build glib-devel
Add_dependency build libgcrypt-devel
Add_dependency build libgpg-error-devel
2012-03-21 09:08:16 +01:00
Add_dependency build gobject-introspection