mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
new package: add package 'flashrom' (initial build)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
11
packages/tools/flashrom/build
Executable file
11
packages/tools/flashrom/build
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build zlib
|
||||
$SCRIPTS/build pciutils
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
$MAKE CC=$TARGET_CC STRIP=$STRIP
|
||||
10
packages/tools/flashrom/install
Executable file
10
packages/tools/flashrom/install
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install zlib
|
||||
$SCRIPTS/install pciutils
|
||||
$SCRIPTS/install dmidecode
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/flashrom $INSTALL/usr/bin
|
||||
1
packages/tools/flashrom/url
Normal file
1
packages/tools/flashrom/url
Normal file
@@ -0,0 +1 @@
|
||||
http://qa.coreboot.org/releases/flashrom-0.9.2.tar.bz2
|
||||
Reference in New Issue
Block a user