mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dbus-glib: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5a659afd8b
commit
68244bc91a
@ -2,12 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build dbus
|
||||
$SCRIPTS/build glib
|
||||
$SCRIPTS/build expat
|
||||
$SCRIPTS/build dbus-glib-host
|
||||
|
||||
export ac_cv_have_abstract_sockets=yes
|
||||
export ac_cv_func_posix_getpwnam_r=yes
|
||||
export have_abstract_sockets=yes
|
||||
|
@ -2,9 +2,5 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install dbus
|
||||
$SCRIPTS/install glib
|
||||
$SCRIPTS/install expat
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/.build-target/dbus/.libs/*.so* $INSTALL/usr/lib
|
||||
|
14
packages/devel/dbus-glib/meta
Normal file
14
packages/devel/dbus-glib/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="dbus-glib"
|
||||
PKG_VERSION="0.88"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://freedesktop.org/wiki/Software/dbus"
|
||||
PKG_URL="http://dbus.freedesktop.org/releases/dbus-glib/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="dbus glib expat"
|
||||
PKG_BUILD_DEPENDS="toolchain dbus glib expat dbus-glib-host"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="devel"
|
||||
PKG_SHORTDESC="dbus-glib: A message bus system"
|
||||
PKG_LONGDESC="D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.88.tar.gz
|
Loading…
x
Reference in New Issue
Block a user