new package:

- add package uxlaunch for launching Xorg
This commit is contained in:
Stephan Raue 2010-03-14 01:19:50 +01:00
parent af6bcc131b
commit c24cc04384
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build glib
$SCRIPTS/build dbus
$SCRIPTS/build ConsoleKit
cd $PKG_BUILD
make CC=$TARGET_CC

View File

@ -0,0 +1,10 @@
#!/bin/sh
. config/options
$SCRIPTS/install glib
$SCRIPTS/install dbus
$SCRIPTS/install ConsoleKit
mkdir -p $INSTALL/usr/sbin
cp -P $PKG_BUILD/uxlaunch $INSTALL/usr/sbin

View File

@ -0,0 +1 @@
http://sources.openelec.tv/svn/uxlaunch-0.44-git.tar.bz2