mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
new package:
- add initial package sg3-utils
This commit is contained in:
parent
a9f9784ccb
commit
f431800222
18
packages/test/sg3_utils/build
Executable file
18
packages/test/sg3_utils/build
Executable file
@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--datadir=/usr/share \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
6
packages/test/sg3_utils/install
Executable file
6
packages/test/sg3_utils/install
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libs/.libs/*.so* $INSTALL/usr/lib
|
1
packages/test/sg3_utils/url
Normal file
1
packages/test/sg3_utils/url
Normal file
@ -0,0 +1 @@
|
||||
http://sg.danny.cz/sg/p/sg3_utils-1.28.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user