mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
new package: add package 'attr'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
128664b5ea
commit
e3686c96c6
16
packages/toolchain/devel/attr/build
Executable file
16
packages/toolchain/devel/attr/build
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
./configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
|
||||
make
|
||||
make install-lib
|
||||
make install-dev
|
||||
|
1
packages/toolchain/devel/attr/url
Normal file
1
packages/toolchain/devel/attr/url
Normal file
@ -0,0 +1 @@
|
||||
http://download.savannah.gnu.org/releases/attr/attr-2.4.44.src.tar.gz
|
Loading…
x
Reference in New Issue
Block a user