polkit: add metafile support, cleanups, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 18:20:54 +01:00
parent d45762ce19
commit e063d787e0
3 changed files with 14 additions and 8 deletions

View File

@ -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

View 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"

View File

@ -1 +0,0 @@
http://hal.freedesktop.org/releases/polkit-0.99.tar.gz