mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
new package: add package 'libIDL-host' (initial commit)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3827c84d16
commit
db098e0bbd
22
packages/other/libIDL-host/build
Executable file
22
packages/other/libIDL-host/build
Executable file
@ -0,0 +1,22 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
$SCRIPTS/build glib-host
|
||||||
|
$SCRIPTS/unpack libIDL
|
||||||
|
|
||||||
|
setup_toolchain host
|
||||||
|
|
||||||
|
cd $BUILD/libIDL*
|
||||||
|
|
||||||
|
mkdir -p .build-host
|
||||||
|
cd .build-host
|
||||||
|
|
||||||
|
libIDL_cv_long_long_format=ll \
|
||||||
|
../configure --prefix=$ROOT/$TOOLCHAIN
|
||||||
|
|
||||||
|
$SED "s:pkg-config :PKG_CONFIG_PATH=$HOST_PKG_CONFIG_PATH $PKG_CONFIG :" libIDL-config-2
|
||||||
|
|
||||||
|
make
|
||||||
|
make install
|
Loading…
x
Reference in New Issue
Block a user