mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
new package:
- add package dmidecode
This commit is contained in:
parent
45af79cdcf
commit
869e1c486f
9
packages/sysutils/dmidecode/build
Executable file
9
packages/sysutils/dmidecode/build
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
|
||||||
|
make CC=$TARGET_CC dmidecode
|
6
packages/sysutils/dmidecode/install
Executable file
6
packages/sysutils/dmidecode/install
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/sbin
|
||||||
|
cp -P $PKG_BUILD/dmidecode $INSTALL/usr/sbin
|
1
packages/sysutils/dmidecode/url
Normal file
1
packages/sysutils/dmidecode/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://www.very-clever.com/download/nongnu/dmidecode/dmidecode-2.10.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user