void-packages/srcpkgs/gnome-keyring/template

24 lines
764 B
Text
Raw Normal View History

# Template file for 'gnome-keyring'
pkgname=gnome-keyring
2013-09-26 18:20:57 +00:00
version=3.10.0
2013-05-05 01:36:10 +00:00
revision=1
build_style=gnu-configure
2013-09-26 18:20:57 +00:00
configure_args="--with-pam-dir=/usr/lib/security --disable-schemas-compile"
2013-03-28 16:52:04 +00:00
hostmakedepends="pkg-config intltool libtasn1-tools"
makedepends="dbus-devel libcap-ng-devel pam-devel libcap-devel libtasn1-devel
2013-09-26 18:20:57 +00:00
libgcrypt-devel gcr-devel>=3.10"
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"
2013-09-26 18:20:57 +00:00
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=1cc87260fa17b8e39071fdae0418cd9ca5f913d50e23d8f456f3e2c6d6d22213
gnome-keyring_package() {
# For setcap(8).
2013-09-26 18:20:57 +00:00
depends="libcap-progs dconf>=0.18 gcr>=3.10"
pkg_install() {
2013-05-05 01:36:10 +00:00
vmove all
}
}