new package: add package 'flashrom' (initial build)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-06-26 23:12:55 +02:00
parent 7eaec31c6e
commit 386bed512a
3 changed files with 22 additions and 0 deletions

11
packages/tools/flashrom/build Executable file
View 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
View 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

View File

@ -0,0 +1 @@
http://qa.coreboot.org/releases/flashrom-0.9.2.tar.bz2