mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
eggdbus-host: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b7ea0f5556
commit
5a659afd8b
@ -2,11 +2,7 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/unpack eggdbus
|
||||
$SCRIPTS/build glib-host
|
||||
$SCRIPTS/build dbus-host
|
||||
$SCRIPTS/build dbus-glib-host
|
||||
|
||||
EGGDBUS_DIR=`ls -d $BUILD/eggdbus-[0-9]*`
|
||||
|
||||
|
14
packages/devel/eggdbus-host/meta
Normal file
14
packages/devel/eggdbus-host/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="eggdbus-host"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="LGPL"
|
||||
PKG_SITE="http://cgit.freedesktop.org/~david/eggdbus"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain glib-host dbus-host dbus-glib-host"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="devel"
|
||||
PKG_SHORTDESC="eggdbus: D-Bus bindings for GObject"
|
||||
PKG_LONGDESC="D-Bus bindings for GObject."
|
||||
PKG_IS_ADDON="no"
|
Loading…
x
Reference in New Issue
Block a user