void-packages/srcpkgs/polkit/template

24 lines
873 B
Plaintext
Raw Normal View History

# Template file for 'polkit'
pkgname=polkit
2013-01-12 09:43:21 +01:00
version=0.110
2012-10-06 15:32:40 +02:00
revision=1
build_style=gnu-configure
2012-10-06 15:32:40 +02:00
configure_args="--disable-static --enable-systemd=yes --with-authfw=pam
2012-11-21 00:02:33 +01:00
--with-systemdsystemunitdir=/usr/lib/systemd/system"
short_desc="Authorization Toolkit"
maintainer="Juan RP <xtraeme@gmail.com>"
2013-01-07 14:08:48 +01:00
homepage="http://www.freedesktop.org/wiki/Software/polkit"
2011-08-18 09:14:31 +02:00
license="GPL-2"
2013-01-07 14:08:48 +01:00
distfiles="http://www.freedesktop.org/software/polkit/releases/polkit-${version}.tar.gz"
2013-01-12 09:43:21 +01:00
checksum=8e5c5044bb968643b7fa379f287fb10582615df760ad2f1cb84be6e19fafe6e8
2012-11-21 00:02:33 +01:00
2012-10-06 15:32:40 +02:00
system_accounts="polkitd"
2012-11-21 00:02:33 +01: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 03:30:56 +02:00
post_install() {
vinstall ${FILESDIR}/polkit-1.pam 644 etc/pam.d polkit-1
2012-10-06 15:32:40 +02:00
vinstall ${FILESDIR}/polkit.tmpfiles 644 usr/lib/tmpfiles.d polkit.conf
}