From ff3c47ee04daa6f97e9911659fdea0636d65327f Mon Sep 17 00:00:00 2001 From: Marek Belisko Date: Fri, 18 Jan 2013 12:08:44 +0000 Subject: polkit: new package [Peter: Config.in comment tweak] Signed-off-by: Thomas Petazzoni Signed-off-by: Marek Belisko Signed-off-by: Peter Korsgaard --- package/polkit/polkit.mk | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package/polkit/polkit.mk (limited to 'package/polkit/polkit.mk') diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk new file mode 100644 index 000000000..3eb0422be --- /dev/null +++ b/package/polkit/polkit.mk @@ -0,0 +1,21 @@ +############################################################# +# +# polkit +# +############################################################# + +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 \ + --with-os-type=unknown + +$(eval $(autotools-package)) -- cgit v1.2.3