void-packages/srcpkgs/gnome-keyring/template
2013-04-17 23:35:10 +02:00

25 lines
776 B
Text

# Template file for 'gnome-keyring'
pkgname=gnome-keyring
version=3.8.1
revision=2
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=56e0a47c021fb2d2fd2c723a0e1c9e46c9a0a81ed865ac1588c19aca16ca4f37
gnome-keyring_package() {
# For setcap(8).
depends="libcap-progs dconf gcr>=3.8.0"
pkg_install() {
vmove etc
vmove usr
}
}