| 12345678910111213141516171819202122232425262728 | # 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.mkPKG_NAME:=		autoconfPKG_VERSION:=		2.64PKG_RELEASE:=		1PKG_MD5SUM:=		30a198cef839471dd4926e92ab485361PKG_DESCR:=		GNU autoconfPKG_SECTION:=		utilsPKG_URL:=		http://www.gnu.org/software/autoconf/PKG_SITES:=		${MASTER_SITE_GNU:=autoconf/}PKG_OPTS:=		noscriptsinclude ${TOPDIR}/mk/package.mk$(eval $(call PKG_template,AUTOCONF,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))CONFIGURE_STYLE:=	gnuBUILD_STYLE:=		autoINSTALL_STYLE:=		autopost-install:	${INSTALL_DIR} ${IDIR_AUTOCONF}/usr/bin	${CP} ${WRKINST}/usr/bin/auto* ${IDIR_AUTOCONF}/usr/bininclude ${TOPDIR}/mk/pkg-bottom.mk
 |