Move all to deprecated folder.
This commit is contained in:
23
deprecated/firmware/buildroot/package/polkit/polkit.mk
Normal file
23
deprecated/firmware/buildroot/package/polkit/polkit.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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_OPTS = \
|
||||
--with-authfw=shadow \
|
||||
--with-os-type=unknown \
|
||||
--disable-man-pages \
|
||||
--disable-examples
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user