toolchain: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-19 06:20:04 +01:00
parent 50f8023b84
commit bf060fa196
2 changed files with 15 additions and 19 deletions

View File

@ -1,19 +0,0 @@
#!/bin/sh
. config/options $1
$SCRIPTS/build configtools toolchain
$SCRIPTS/build make
$SCRIPTS/build ccache
$SCRIPTS/build sed
$SCRIPTS/build pkg-config
$SCRIPTS/build autotools
$SCRIPTS/build intltool
$SCRIPTS/build gcc-final
$SCRIPTS/build cmake
$SCRIPTS/build jam
$SCRIPTS/build yasm

15
packages/toolchain/meta Normal file
View File

@ -0,0 +1,15 @@
PKG_NAME="toolchain"
PKG_VERSION=""
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="configtools make sed pkg-config automake autoconf intltool gcc-final cmake jam yasm"
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/devel"
PKG_SHORTDESC="toolchain: OpenELEC.tv' toolchain"
PKG_LONGDESC="a crosscompiling toolchain to compile all packages"
PKG_IS_ADDON="no"