mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
new package:
- add libIDL for upcoming xulrunner
This commit is contained in:
parent
e479b9d6ec
commit
6176b6801e
24
packages/other/libIDL/build
Executable file
24
packages/other/libIDL/build
Executable file
@ -0,0 +1,24 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
$SCRIPTS/build glib
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
|
||||||
|
mkdir -p .build-target
|
||||||
|
|
||||||
|
cd .build-target
|
||||||
|
|
||||||
|
libIDL_cv_long_long_format=ll \
|
||||||
|
../configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--disable-static \
|
||||||
|
--enable-shared \
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
8
packages/other/libIDL/install
Executable file
8
packages/other/libIDL/install
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/install glib
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -PR $BUILD/$1*/.libs/*.so* $INSTALL/usr/lib
|
1
packages/other/libIDL/url
Normal file
1
packages/other/libIDL/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
ftp://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.13.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user