eggdbus: add metafile support, cleanups, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 14:28:38 +01:00
parent 7ebc77ee6e
commit b7ea0f5556
5 changed files with 15 additions and 12 deletions

View File

@ -2,12 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build eggdbus-host
$SCRIPTS/build glib
$SCRIPTS/build dbus
$SCRIPTS/build dbus-glib
cd $PKG_BUILD
mkdir -p .build-target

View File

@ -2,9 +2,5 @@
. config/options $1
$SCRIPTS/install glib
$SCRIPTS/install dbus
$SCRIPTS/install dbus-glib
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

View 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"

View File

@ -1 +0,0 @@
http://hal.freedesktop.org/releases/eggdbus-0.6.tar.gz