mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
eggdbus: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7ebc77ee6e
commit
b7ea0f5556
@ -2,12 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build eggdbus-host
|
|
||||||
$SCRIPTS/build glib
|
|
||||||
$SCRIPTS/build dbus
|
|
||||||
$SCRIPTS/build dbus-glib
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
mkdir -p .build-target
|
mkdir -p .build-target
|
||||||
|
|
||||||
|
@ -2,9 +2,5 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install glib
|
|
||||||
$SCRIPTS/install dbus
|
|
||||||
$SCRIPTS/install dbus-glib
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -PR $PKG_BUILD/.build-target/src/eggdbus/.libs/*.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/.build-target/src/eggdbus/.libs/*.so* $INSTALL/usr/lib
|
||||||
|
14
packages/devel/eggdbus/meta
Normal file
14
packages/devel/eggdbus/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="eggdbus"
|
||||||
|
PKG_VERSION="0.6"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="LGPL"
|
||||||
|
PKG_SITE="http://cgit.freedesktop.org/~david/eggdbus"
|
||||||
|
PKG_URL="http://hal.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
|
PKG_DEPENDS="glib dbus dbus-glib"
|
||||||
|
PKG_BUILD_DEPENDS="toolchain eggdbus-host glib dbus dbus-glib"
|
||||||
|
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"
|
@ -1 +0,0 @@
|
|||||||
http://hal.freedesktop.org/releases/eggdbus-0.6.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user