mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
polkit: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d45762ce19
commit
e063d787e0
@ -2,13 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install zlib
|
||||
$SCRIPTS/install sg3_utils
|
||||
$SCRIPTS/install glib
|
||||
$SCRIPTS/install udev
|
||||
$SCRIPTS/install eggdbus
|
||||
$SCRIPTS/install expat
|
||||
|
||||
mkdir -p $INSTALL/etc/dbus-1/system.d
|
||||
cp -P $PKG_BUILD/data/org.freedesktop.PolicyKit1.conf $INSTALL/etc/dbus-1/system.d
|
||||
|
||||
|
14
packages/security/polkit/meta
Normal file
14
packages/security/polkit/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="polkit"
|
||||
PKG_VERSION="0.99"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="http://gitweb.freedesktop.org/?p=PolicyKit.git;a=summary"
|
||||
PKG_URL="http://hal.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="zlib sg3_utils glib udev eggdbus expat"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib sg3_utils glib udev eggdbus expat"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="security"
|
||||
PKG_SHORTDESC="polkit: Authorization Toolkit"
|
||||
PKG_LONGDESC="PolicyKit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://hal.freedesktop.org/releases/polkit-0.99.tar.gz
|
Loading…
x
Reference in New Issue
Block a user