mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
libIDL: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d8b25f4f2c
commit
93da269808
@ -2,13 +2,9 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build glib
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
mkdir -p .build-target
|
mkdir -p .build-target && cd .build-target
|
||||||
cd .build-target
|
|
||||||
|
|
||||||
libIDL_cv_long_long_format=ll \
|
libIDL_cv_long_long_format=ll \
|
||||||
../configure --host=$TARGET_NAME \
|
../configure --host=$TARGET_NAME \
|
||||||
|
@ -2,7 +2,5 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install glib
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -P $PKG_BUILD/.build-target/.libs/*.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/.build-target/.libs/*.so* $INSTALL/usr/lib
|
||||||
|
14
packages/other/libIDL/meta
Normal file
14
packages/other/libIDL/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="libIDL"
|
||||||
|
PKG_VERSION="0.8.14"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="LGPL"
|
||||||
|
PKG_SITE="http://www.gnome.org"
|
||||||
|
PKG_URL="ftp://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
|
PKG_DEPENDS="glib"
|
||||||
|
PKG_BUILD_DEPENDS="toolchain glib"
|
||||||
|
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"
|
@ -1 +0,0 @@
|
|||||||
ftp://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.14.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user