package/logrotate: update upstream site in Config.in help
[buildroot-gz.git] / package / polkit / polkit.mk
blobf31387ec6b048ac0fc8d55e2a14015d878bc53cb
1 ################################################################################
3 # polkit
5 ################################################################################
7 POLKIT_VERSION = 0.103
8 POLKIT_SITE = http://www.freedesktop.org/software/polkit/releases
9 POLKIT_LICENSE = GPLv2
10 POLKIT_LICENSE_FILES = COPYING
12 POLKIT_INSTALL_STAGING = YES
14 POLKIT_DEPENDENCIES = libglib2 host-intltool expat
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
23 $(eval $(autotools-package))