From 35e604b5c9ac3f7760c68533ca951e0c94c5b90c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 19 Nov 2010 06:17:05 +0100 Subject: [PATCH] libtool-host: add metafile support Signed-off-by: Stephan Raue --- .../toolchain/devel/autotools/libtool-host/build | 3 +-- .../toolchain/devel/autotools/libtool-host/meta | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 packages/toolchain/devel/autotools/libtool-host/meta diff --git a/packages/toolchain/devel/autotools/libtool-host/build b/packages/toolchain/devel/autotools/libtool-host/build index 357f69099e..f8778f6175 100755 --- a/packages/toolchain/devel/autotools/libtool-host/build +++ b/packages/toolchain/devel/autotools/libtool-host/build @@ -8,8 +8,7 @@ setup_toolchain host cd $BUILD/libtool* -mkdir -p .objdir-host -cd .objdir-host +mkdir -p .objdir-host && cd .objdir-host ../configure --host=$HOST_NAME \ --build=$HOST_NAME \ diff --git a/packages/toolchain/devel/autotools/libtool-host/meta b/packages/toolchain/devel/autotools/libtool-host/meta new file mode 100644 index 0000000000..ad8e1e48e2 --- /dev/null +++ b/packages/toolchain/devel/autotools/libtool-host/meta @@ -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" \ No newline at end of file