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 $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1
10 PKG_DESCR
:= parser generator
11 PKG_SECTION
:= dev
/tools
12 PKG_BUILDDEP
:= m4-host bison-host
13 HOST_BUILDDEP
:= m4-host
14 PKG_URL
:= http
://www.gnu.org
/software
/bison
/
15 PKG_SITES
:= $(MASTER_SITE_GNU
:=bison
/)
17 include $(ADK_TOPDIR
)/mk
/host.mk
18 include $(ADK_TOPDIR
)/mk
/package.mk
20 $(eval
$(call HOST_template
,BISON
,bison
,$(PKG_VERSION
)-$(PKG_RELEASE
)))
21 $(eval
$(call PKG_template
,BISON
,bison
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
27 $(INSTALL_DIR
) $(IDIR_BISON
)/usr
/bin
$(IDIR_BISON
)/usr
/share
/bison
28 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/bison
$(IDIR_BISON
)/usr
/bin
29 $(INSTALL_BIN
) .
/files
/yacc $(IDIR_BISON
)/usr
/bin
30 $(CP
) $(WRKINST
)/usr
/share
/bison
/* $(IDIR_BISON
)/usr
/share
/bison
32 include $(ADK_TOPDIR
)/mk
/host-bottom.mk
33 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk