2008-02-06 03:39:57 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2008 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=bison
|
2010-12-06 20:21:08 +08:00
|
|
|
PKG_VERSION:=2.4.3
|
2008-02-06 03:39:57 +08:00
|
|
|
|
2010-12-06 20:21:08 +08:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
2009-05-31 18:07:35 +08:00
|
|
|
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
2010-12-06 20:21:08 +08:00
|
|
|
PKG_MD5SUM:=c1d3ea81bc370dbd43b6f0b2cd21287e
|
|
|
|
PKG_CAT:=bzcat
|
2008-02-06 03:39:57 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
|
2009-02-22 12:37:20 +08:00
|
|
|
define Host/Clean
|
2009-05-09 04:44:47 +08:00
|
|
|
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
|
2009-02-22 12:37:20 +08:00
|
|
|
$(call Host/Clean/Default)
|
2008-02-06 03:39:57 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call HostBuild))
|