mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
dbus: convert to new metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
34f1f2f7ae
commit
b1399c17b1
@ -2,10 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build expat
|
||||
$SCRIPTS/build libX11
|
||||
|
||||
export ac_cv_have_abstract_sockets=yes
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install expat
|
||||
$SCRIPTS/install libX11
|
||||
|
||||
add_user dbus x 81 81 "System message bus" "/" "/bin/sh"
|
||||
add_group dbus 81
|
||||
add_group netdev 497
|
||||
|
14
packages/sysutils/dbus/meta
Normal file
14
packages/sysutils/dbus/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME=dbus
|
||||
PKG_VERSION="1.3.1"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://dbus.freedesktop.org"
|
||||
PKG_URL="http://dbus.freedesktop.org/releases/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="expat libX11"
|
||||
PKG_BUILD_DEPENDS="toolchain expat libX11"
|
||||
PKG_PRIORITY="required"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="simple interprocess messaging system"
|
||||
PKG_LONGDESC="D-Bus is a message bus, used for sending messages between applications. This package contains the D-Bus daemon and related utilities and the dbus shared library."
|
||||
PKG_IS_ADDON="no"
|
Loading…
x
Reference in New Issue
Block a user