void-packages/srcpkgs/gnome-keyring/template

25 lines
764 B
Plaintext

# Template file for 'gnome-keyring'
pkgname=gnome-keyring
version=3.8.0
revision=1
build_style=gnu-configure
configure_args="--with-pam-dir=/usr/lib/security --disable-debug
--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.8"
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/3.8/$pkgname-$version.tar.xz"
checksum=5ef9f4b7ff983a4fbc3d049aafee0fd3ecaf4d5cc7573517ac17c1b1a56bca6c
gnome-keyring_package() {
# For setcap(8).
depends="libcap-progs dconf gcr>=3.8.0"
pkg_install() {
vmove usr
}
}