mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package: intltool
- so we must not have intltool installed on host system
This commit is contained in:
parent
7ec81cd547
commit
ede78c6433
@ -8,6 +8,7 @@ $SCRIPTS/install make
|
||||
$SCRIPTS/install sed
|
||||
$SCRIPTS/install lzma
|
||||
$SCRIPTS/install pkg-config
|
||||
$SCRIPTS/build intltool
|
||||
|
||||
$SCRIPTS/install binutils toolchain
|
||||
$SCRIPTS/install gcc-core toolchain
|
||||
|
14
packages/toolchain/devel/intltool/build
Normal file
14
packages/toolchain/devel/intltool/build
Normal file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
./configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
--disable-nls
|
||||
|
||||
make install
|
1
packages/toolchain/devel/intltool/url
Normal file
1
packages/toolchain/devel/intltool/url
Normal file
@ -0,0 +1 @@
|
||||
http://ftp.gnome.org/pub/GNOME/sources/intltool/0.40/intltool-0.40.6.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user