mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
new package:
- add libtool package for test
This commit is contained in:
parent
6dd76d030d
commit
f61cd3668e
19
packages/test/libtool/build
Executable file
19
packages/test/libtool/build
Executable file
@ -0,0 +1,19 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--datadir=/usr/share \
|
||||||
|
--localstatedir=/var \
|
||||||
|
--disable-static \
|
||||||
|
--enable-shared \
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
6
packages/test/libtool/install
Executable file
6
packages/test/libtool/install
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -PR $PKG_BUILD/libltdl/.libs/*.so* $INSTALL/usr/lib
|
1
packages/test/libtool/url
Normal file
1
packages/test/libtool/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
ftp://ftp.gnu.org/gnu/libtool/libtool-2.2.6a.tar.gz
|
Loading…
x
Reference in New Issue
Block a user