f31387ec6b048ac0fc8d55e2a14015d878bc53cb
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / polkit / polkit.mk
1 ################################################################################
2 #
3 # polkit
4 #
5 ################################################################################
6
7 POLKIT_VERSION = 0.103
8 POLKIT_SITE = http://www.freedesktop.org/software/polkit/releases
9 POLKIT_LICENSE = GPLv2
10 POLKIT_LICENSE_FILES = COPYING
11
12 POLKIT_INSTALL_STAGING = YES
13
14 POLKIT_DEPENDENCIES = libglib2 host-intltool expat
15
16 # We could also support --with-authfw=pam
17 POLKIT_CONF_OPTS = \
18         --with-authfw=shadow \
19         --with-os-type=unknown \
20         --disable-man-pages \
21         --disable-examples
22
23 $(eval $(autotools-package))