From 9cf825695b12a91993eae86cfb6b00295e42e236 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 13 Nov 2010 14:27:26 +0100 Subject: [PATCH] libtool: add metafile support, cleanups, thanks to cowbalt Signed-off-by: Stephan Raue --- packages/devel/libtool/build | 4 +--- packages/devel/libtool/meta | 14 ++++++++++++++ ...ol-2.4-use_ld.diff => libtool-2.4-use_ld.patch} | 0 packages/devel/libtool/url | 1 - 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 packages/devel/libtool/meta rename packages/devel/libtool/patches/{libtool-2.4-use_ld.diff => libtool-2.4-use_ld.patch} (100%) delete mode 100644 packages/devel/libtool/url diff --git a/packages/devel/libtool/build b/packages/devel/libtool/build index 6c3b2e47a8..858a16053a 100755 --- a/packages/devel/libtool/build +++ b/packages/devel/libtool/build @@ -3,9 +3,7 @@ . config/options $1 cd $PKG_BUILD - -mkdir -p .objdir-target -cd .objdir-target +mkdir -p .objdir-target && cd .objdir-target ../configure --host=$TARGET_NAME \ --build=$HOST_NAME \ diff --git a/packages/devel/libtool/meta b/packages/devel/libtool/meta new file mode 100644 index 0000000000..d8e3ed65f2 --- /dev/null +++ b/packages/devel/libtool/meta @@ -0,0 +1,14 @@ +PKG_NAME="libtool" +PKG_VERSION="2.4" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://www.gnu.org/software/libtool/libtool.html" +PKG_URL="http://ftp.gnu.org/gnu/libtool/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="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 diff --git a/packages/devel/libtool/patches/libtool-2.4-use_ld.diff b/packages/devel/libtool/patches/libtool-2.4-use_ld.patch similarity index 100% rename from packages/devel/libtool/patches/libtool-2.4-use_ld.diff rename to packages/devel/libtool/patches/libtool-2.4-use_ld.patch diff --git a/packages/devel/libtool/url b/packages/devel/libtool/url deleted file mode 100644 index 35b80f9010..0000000000 --- a/packages/devel/libtool/url +++ /dev/null @@ -1 +0,0 @@ -http://ftp.gnu.org/gnu/libtool/libtool-2.4.tar.gz \ No newline at end of file