1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${TOPDIR}/rules.mk
9 PKG_MD5SUM
:= a5dfb4f2b7370e9d34293d23fd09b280
10 PKG_DESCR
:= macro processor
12 PKG_URL
:= http
://www.gnu.org
/software
/m4
/
13 PKG_SITES
:= ${MASTER_SITE_GNU
:=m4
/}
15 include ${TOPDIR}/mk
/package.mk
17 $(eval
$(call PKG_template
,M4
,m4
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
20 ${INSTALL_DIR} ${IDIR_M4}/usr
/bin
21 ${INSTALL_BIN} ${WRKINST}/usr
/bin
/m4
${IDIR_M4}/usr
/bin
23 include ${TOPDIR}/mk
/pkg-bottom.mk