mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libIDL:
- remove package libIDL, will be developed in webbrowser-integration branch
This commit is contained in:
parent
d183569d8f
commit
f5e228eb73
@ -1,24 +0,0 @@
|
||||
#!/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
|
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install glib
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/.build-target/.libs/*.so* $INSTALL/usr/lib
|
@ -1 +0,0 @@
|
||||
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