move package coreboot-v2:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-11-06 15:08:07 +01:00
parent 2a6f9e57a9
commit 3db1554775
3 changed files with 0 additions and 21 deletions

View File

@ -1,11 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build zlib
$SCRIPTS/build pciutils
cd $PKG_BUILD
$MAKE CC=$TARGET_CC STRIP=$STRIP

View File

@ -1,9 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install zlib
$SCRIPTS/install pciutils
mkdir -p $INSTALL/usr/bin
cp -PR $PKG_BUILD/$1 $INSTALL/usr/bin

View File

@ -1 +0,0 @@
http://qa.coreboot.org/snapshots/coreboot-v2-4253.tar.bz2