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
:= c58aa1da418dc9704070872489e89bf5
10 PKG_DESCR
:= GNU parser generator
12 PKG_URL
:= http
://www.gnu.org
/software
/bison
13 PKG_SITES
:= ${MASTER_SITE_GNU
:=${PKG_NAME}/}
15 include ${TOPDIR}/mk
/package.mk
17 $(eval
$(call PKG_template
,BISON
,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
24 ${INSTALL_DIR} ${IDIR_BISON}/usr
/bin
${IDIR_BISON}/usr
/share
/bison
25 ${INSTALL_BIN} ${WRKINST}/usr
/bin
/bison
${IDIR_BISON}/usr
/bin
26 ${CP} ${WRKINST}/usr
/share
/bison
/* ${IDIR_BISON}/usr
/share
/bison
28 include ${TOPDIR}/mk
/pkg-bottom.mk