2010-04-12 14:16:55 +00:00
|
|
|
# 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
|
2011-10-24 12:14:47 +00:00
|
|
|
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"
|
2010-04-12 14:16:55 +00:00
|
|
|
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
|
2013-04-12 13:11:12 +00:00
|
|
|
|
|
|
|
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
|
2013-04-12 13:11:12 +00:00
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|