mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package: add package 'bc' needed for upcoming installer
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
72b6f6c433
commit
e03741aad8
14
packages/tools/bc/build
Executable file
14
packages/tools/bc/build
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
|
||||
make
|
6
packages/tools/bc/install
Executable file
6
packages/tools/bc/install
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/bc/bc $INSTALL/usr/bin
|
1
packages/tools/bc/url
Normal file
1
packages/tools/bc/url
Normal file
@ -0,0 +1 @@
|
||||
ftp://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz
|
Loading…
x
Reference in New Issue
Block a user