2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-01-18 13:08:44 +01:00
|
|
|
#
|
|
|
|
# polkit
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-01-18 13:08:44 +01:00
|
|
|
|
|
|
|
POLKIT_VERSION = 0.103
|
|
|
|
POLKIT_SITE = http://www.freedesktop.org/software/polkit/releases/
|
|
|
|
POLKIT_LICENSE = GPLv2
|
|
|
|
POLKIT_LICENSE_FILES = COPYING
|
|
|
|
|
|
|
|
POLKIT_INSTALL_STAGING = YES
|
|
|
|
|
|
|
|
POLKIT_DEPENDENCIES = libglib2 host-intltool expat
|
|
|
|
|
|
|
|
# We could also support --with-authfw=pam
|
|
|
|
POLKIT_CONF_OPT = \
|
|
|
|
--with-authfw=shadow \
|
2013-01-27 06:07:19 +01:00
|
|
|
--with-os-type=unknown \
|
|
|
|
--disable-man-pages \
|
|
|
|
--disable-examples
|
2013-01-18 13:08:44 +01:00
|
|
|
|
|
|
|
$(eval $(autotools-package))
|