void-packages/srcpkgs/polkit/template

33 lines
1.2 KiB
Text
Raw Normal View History

# Template file for 'polkit'
pkgname=polkit
2012-11-20 23:02:33 +00:00
version=0.108
2012-10-06 13:32:40 +00:00
revision=1
build_style=gnu-configure
2012-10-06 13:32:40 +00:00
configure_args="--disable-static --enable-systemd=yes --with-authfw=pam
2012-11-20 23:02:33 +00:00
--with-systemdsystemunitdir=/usr/lib/systemd/system"
short_desc="Authorization Toolkit"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-08-18 07:14:31 +00:00
homepage="http://www.freedesktop.org/wiki/Software/PolicyKit"
license="GPL-2"
2012-07-09 16:19:40 +00:00
distfiles="http://www.freedesktop.org/software/polkit/releases/$pkgname-$version.tar.gz"
2012-11-20 23:02:33 +00:00
checksum=2877c15f56abe43609f6ece54ee0bfea169ca6d7b271b17296b14d751eab23a6
long_desc="
PolicyKit is an application-level toolkit for defining and handling the
policy that allows unprivileged processes to speak to privileged processes.
It is a framework for centralizing the decision making process with respect
to granting access to privileged operations (like calling the HAL Mount()
method) for unprivileged (desktop) applications."
2012-11-20 23:02:33 +00:00
LDFLAGS="-lgmodule-2.0"
2012-10-06 13:32:40 +00:00
system_accounts="polkitd"
2012-11-20 23:02:33 +00:00
subpackages="polkit-devel"
makedepends="pkg-config intltool libxslt docbook-xsl glib-devel
expat-devel pam-devel systemd-devel gobject-introspection js-devel"
2011-10-11 01:30:56 +00:00
post_install() {
vinstall ${FILESDIR}/polkit-1.pam 644 etc/pam.d polkit-1
2012-10-06 13:32:40 +00:00
vinstall ${FILESDIR}/polkit.tmpfiles 644 usr/lib/tmpfiles.d polkit.conf
}