mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
ConsoleKit: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8c70a532eb
commit
c783881ec4
@ -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 \
|
||||
|
@ -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
|
||||
|
16
packages/sysutils/ConsoleKit/meta
Normal file
16
packages/sysutils/ConsoleKit/meta
Normal 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"
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-0.4.2.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user