void-packages/srcpkgs/gnome-keyring/template
2013-09-26 20:20:57 +02:00

24 lines
764 B
Plaintext

# Template file for 'gnome-keyring'
pkgname=gnome-keyring
version=3.10.0
revision=1
build_style=gnu-configure
configure_args="--with-pam-dir=/usr/lib/security --disable-schemas-compile"
hostmakedepends="pkg-config intltool libtasn1-tools"
makedepends="dbus-devel libcap-ng-devel pam-devel libcap-devel libtasn1-devel
libgcrypt-devel gcr-devel>=3.10"
short_desc="GNOME password and secret manager"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL, LGPL"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=1cc87260fa17b8e39071fdae0418cd9ca5f913d50e23d8f456f3e2c6d6d22213
gnome-keyring_package() {
# For setcap(8).
depends="libcap-progs dconf>=0.18 gcr>=3.10"
pkg_install() {
vmove all
}
}