mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
new package:
- add initial package eggdbus
This commit is contained in:
parent
d6136e1b5c
commit
7c3f576d1d
23
packages/test/eggdbus/build
Executable file
23
packages/test/eggdbus/build
Executable file
@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build glib
|
||||
$SCRIPTS/build dbus
|
||||
$SCRIPTS/build dbus-glib
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--datadir=/usr/share \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
|
||||
setup_toolchain host
|
||||
make -C src/eggdbus eggdbus-binding-tool
|
||||
|
||||
$MAKEINSTALL
|
6
packages/test/eggdbus/install
Executable file
6
packages/test/eggdbus/install
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/sbin
|
||||
cp $PKG_BUILD/hald/hald $INSTALL/usr/sbin/
|
1
packages/test/eggdbus/url
Normal file
1
packages/test/eggdbus/url
Normal file
@ -0,0 +1 @@
|
||||
http://hal.freedesktop.org/releases/eggdbus-0.5.tar.gz
|
Loading…
x
Reference in New Issue
Block a user