ConsoleKit: add metafile support, cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 12:42:22 +01:00
parent 8c70a532eb
commit c783881ec4
4 changed files with 16 additions and 10 deletions

View File

@ -2,11 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build dbus
$SCRIPTS/build dbus-glib
$SCRIPTS/build polkit
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \

View File

@ -2,10 +2,6 @@
. config/options $1
$SCRIPTS/install dbus
$SCRIPTS/install dbus-glib
$SCRIPTS/install polkit
mkdir -p $INSTALL/etc/ConsoleKit/run-seat.d
mkdir -p $INSTALL/etc/ConsoleKit/run-session.d
mkdir -p $INSTALL/etc/ConsoleKit/seats.d

View File

@ -0,0 +1,16 @@
PKG_NAME="ConsoleKit"
PKG_VERSION="0.4.2"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.freedesktop.org/wiki/Software/ConsoleKit"
PKG_URL="http://www.freedesktop.org/software/ConsoleKit/dist/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="dbus dbus-glib polkit"
PKG_BUILD_DEPENDS="toolchain dbus dbus-glib polkit"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="ConsoleKit: a framework for defining and tracking users, login sessions, and seats."
PKG_LONGDESC="ConsoleKit is a framework for defining and tracking users, login sessions, and seats."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-0.4.2.tar.bz2