From c79befcc1a0791df92460439f933843661db82e2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 28 Aug 2009 21:35:19 +0200 Subject: add more packages needed for native builds - add bison,flex,diffutils,autoconf,automake,libtool,m4,gperf - add {glibc,eglibc,uclibc}-dev packages - add libz/libncurses development packages - add PKG_OPTS to setup special options for packages noremove is needed for uclibc/eglibc/glibc packages, otherwise needed headers will be removed slightly tested, still in development --- package/libtool/Config.in | 8 ++++++++ package/libtool/Makefile | 4 ++++ 2 files changed, 12 insertions(+) (limited to 'package/libtool') diff --git a/package/libtool/Config.in b/package/libtool/Config.in index 5d26b838b..64ac0f3e5 100644 --- a/package/libtool/Config.in +++ b/package/libtool/Config.in @@ -12,3 +12,11 @@ config ADK_PACKAGE_LIBLTDL http://www.gnu.org/software/libtool/ +config ADK_PACKAGE_LIBTOOL + prompt "libtool........................... Libtool" + tristate + default n + select ADK_COMPILE_LIBTOOL + help + http://www.gnu.org/software/libtool/ + diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 40aa46663..1d5a0812f 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -14,6 +14,7 @@ PKG_SITES:= ${MASTER_SITE_GNU:=libtool/} include ${TOPDIR}/mk/package.mk +$(eval $(call PKG_template,LIBTOOL,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) $(eval $(call PKG_template,LIBLTDL,libltdl,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_STYLE= gnu @@ -23,5 +24,8 @@ INSTALL_STYLE= auto post-install: ${INSTALL_DIR} ${IDIR_LIBLTDL}/usr/lib ${CP} ${WRKINST}/usr/lib/libltdl.so.* ${IDIR_LIBLTDL}/usr/lib/ + ${INSTALL_DIR} ${IDIR_LIBTOOL}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/libtool ${IDIR_LIBTOOL}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/libtoolize ${IDIR_LIBTOOL}/usr/bin include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3