29 lines
1 KiB
Text
29 lines
1 KiB
Text
# Template file for 'libgnome-keyring'
|
|
pkgname=libgnome-keyring
|
|
version=3.2.2
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
short_desc="GNOME keyring client library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL, LGPL"
|
|
checksum=2bcbe47b1960737866835a516056c36d1a3d82d5ad101c70d5a87e1ad616adb3
|
|
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
|