mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
new package: add package 'jam'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f2c04f432d
commit
f7e0ba4dbd
@ -15,4 +15,5 @@ $SCRIPTS/build gcc-final
|
|||||||
$SCRIPTS/install ccache toolchain
|
$SCRIPTS/install ccache toolchain
|
||||||
|
|
||||||
$SCRIPTS/build cmake
|
$SCRIPTS/build cmake
|
||||||
|
$SCRIPTS/build jam
|
||||||
$SCRIPTS/build yasm
|
$SCRIPTS/build yasm
|
||||||
|
12
packages/toolchain/devel/jam/build
Executable file
12
packages/toolchain/devel/jam/build
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
setup_toolchain host
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
|
||||||
|
make CC=$HOST_CC AR="$HOST_AR rcu"
|
||||||
|
|
||||||
|
mkdir -p $ROOT/$TOOLCHAIN/bin
|
||||||
|
cp bin.linuxx86/jam $ROOT/$TOOLCHAIN/bin
|
1
packages/toolchain/devel/jam/url
Normal file
1
packages/toolchain/devel/jam/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://sources.openelec.tv/svn/jam-2.5.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user