void-packages/srcpkgs/gnome-keyring/template
2013-10-17 09:43:54 +02:00

24 lines
784 B
Plaintext

# Template file for 'gnome-keyring'
pkgname=gnome-keyring
version=3.10.1
revision=1
build_style=gnu-configure
configure_args="--with-pam-dir=/usr/lib/security --disable-schemas-compile"
hostmakedepends="pkg-config intltool libtasn1-tools libxslt docbook-xsl"
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=18001fa94c6d92e476b76423fe585dbf649051bba33012a037b07449c215dbf8
gnome-keyring_package() {
# For setcap(8).
depends="libcap-progs dconf>=0.18 gcr>=3.10"
pkg_install() {
vmove all
}
}