void-packages/srcpkgs/gnome-keyring/template

26 lines
776 B
Text
Raw Normal View History

# Template file for 'gnome-keyring'
pkgname=gnome-keyring
2013-04-17 19:47:18 +00:00
version=3.8.1
2013-04-17 21:35:10 +00:00
revision=2
build_style=gnu-configure
2012-07-09 16:30:35 +00:00
configure_args="--with-pam-dir=/usr/lib/security --disable-debug
2013-03-28 16:52:04 +00:00
--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>"
2011-05-27 04:56:32 +00:00
homepage="http://www.gnome.org"
license="GPL, LGPL"
2013-03-28 16:52:04 +00:00
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
2013-04-17 19:47:18 +00:00
checksum=56e0a47c021fb2d2fd2c723a0e1c9e46c9a0a81ed865ac1588c19aca16ca4f37
gnome-keyring_package() {
# For setcap(8).
depends="libcap-progs dconf gcr>=3.8.0"
pkg_install() {
2013-04-17 21:35:10 +00:00
vmove etc
vmove usr
}
}