diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-28 16:32:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-28 16:32:32 +0100 |
commit | 05abc676e9272fdf933e0ea376bb12d8ec497467 (patch) | |
tree | ccc68f3331a49d76edf06d82d532660bd47c725c /package/autotool/Makefile | |
parent | 333245969917c94a03900881cc9ac5c1c401ab86 (diff) |
update to latest upstream version and add host build stuff
Diffstat (limited to 'package/autotool/Makefile')
-rw-r--r-- | package/autotool/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package/autotool/Makefile b/package/autotool/Makefile new file mode 100644 index 000000000..1b3aaa3e5 --- /dev/null +++ b/package/autotool/Makefile @@ -0,0 +1,25 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(TOPDIR)/rules.mk + +# meta package for host autotool infrastructure +PKG_NAME:= autotool +PKG_VERSION:= 1.0 +PKG_RELEASE:= 1 +PKG_DESCR:= autotool infrastructure for host +PKG_SECTION:= devel +PKG_BUILDDEP:= m4-host pkg-config-host autoconf-host automake-host +PKG_BUILDDEP+= libtool-host + +NO_DISTFILES:= 1 + +include $(TOPDIR)/mk/package.mk + +CONFIG_STYLE:= manual +BUILD_STYLE:= manual +INSTALL_STYLE:= manual + +$(eval $(call PKG_template,AUTOTOOL,autotool,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +include ${TOPDIR}/mk/pkg-bottom.mk |