24 lines
764 B
Text
24 lines
764 B
Text
# Template file for 'gnome-keyring'
|
|
pkgname=gnome-keyring
|
|
version=3.8.2
|
|
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=f05692bb32db4d1afa65205ac4e68fa2b79107aca2393e237cf38f880cb7b868
|
|
|
|
gnome-keyring_package() {
|
|
# For setcap(8).
|
|
depends="libcap-progs dconf gcr>=3.8.0"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|