mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
new package: add package 'libIDL' (initial commit)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8a8bef6dd7
commit
3827c84d16
22
packages/other/libIDL/build
Executable file
22
packages/other/libIDL/build
Executable file
@ -0,0 +1,22 @@
|
||||
#!/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 -P $PKG_BUILD/.build-target/.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.14.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user