libtool-host: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-19 06:17:05 +01:00
parent 3fe94e9b63
commit 35e604b5c9
2 changed files with 15 additions and 2 deletions

View File

@ -8,8 +8,7 @@ setup_toolchain host
cd $BUILD/libtool* cd $BUILD/libtool*
mkdir -p .objdir-host mkdir -p .objdir-host && cd .objdir-host
cd .objdir-host
../configure --host=$HOST_NAME \ ../configure --host=$HOST_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \

View File

@ -0,0 +1,14 @@
PKG_NAME="libtool-host"
PKG_VERSION=""
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/libtool/libtool.html"
PKG_URL=""
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache"
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/devel"
PKG_SHORTDESC="libtool: Generic library support script"
PKG_LONGDESC="This is GNU Libtool, a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface."
PKG_IS_ADDON="no"