mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
new package:
- add fakeroot for later use
This commit is contained in:
parent
cab45faafd
commit
f5ff8ec067
@ -20,3 +20,4 @@ fi
|
||||
|
||||
$SCRIPTS/install cmake
|
||||
$SCRIPTS/build yasm
|
||||
$SCRIPTS/build fakeroot
|
||||
|
13
packages/toolchain/devel/fakeroot/build
Executable file
13
packages/toolchain/devel/fakeroot/build
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
./configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
|
||||
make install
|
1
packages/toolchain/devel/fakeroot/url
Normal file
1
packages/toolchain/devel/fakeroot/url
Normal file
@ -0,0 +1 @@
|
||||
http://snapshot.debian.net/archive/2008/04/27/debian/pool/main/f/fakeroot/fakeroot_1.9.5.tar.gz
|
Loading…
x
Reference in New Issue
Block a user