mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
libIDL-host: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
93da269808
commit
6024878234
@ -2,16 +2,12 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build glib-host
|
||||
$SCRIPTS/unpack libIDL
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
cd $BUILD/libIDL*
|
||||
|
||||
mkdir -p .build-host
|
||||
cd .build-host
|
||||
mkdir -p .build-host && cd .build-host
|
||||
|
||||
libIDL_cv_long_long_format=ll \
|
||||
../configure --prefix=$ROOT/$TOOLCHAIN
|
||||
|
14
packages/other/libIDL-host/meta
Normal file
14
packages/other/libIDL-host/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="libIDL"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="LGPL"
|
||||
PKG_SITE="http://www.gnome.org"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain glib-host"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="other"
|
||||
PKG_SHORTDESC="libidl: Library for creating trees of CORBA IDL files"
|
||||
PKG_LONGDESC="libIDL is a library for creating trees of CORBA Interface Definition Language (IDL) files."
|
||||
PKG_IS_ADDON="no"
|
Loading…
x
Reference in New Issue
Block a user