| 1234567891011121314151617181920212223 | # 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:=		gperfPKG_VERSION:=		3.0.4PKG_RELEASE:=		1PKG_MD5SUM:=		c1f1db32fb6598d6a93e6e88796a8632PKG_DESCR:=		perfect hash function generatorPKG_SECTION:=		compPKG_URL:=		http://www.gnu.org/software/gperf/PKG_SITES:=		${MASTER_SITE_GNU:=${PKG_NAME}/}include ${TOPDIR}/mk/package.mk$(eval $(call PKG_template,GPERF,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))post-install:	${INSTALL_DIR} ${IDIR_GPERF}/usr/bin	${INSTALL_BIN} ${WRKINST}/usr/bin/gperf ${IDIR_GPERF}/usr/bininclude ${TOPDIR}/mk/pkg-bottom.mk
 |