X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f807c242141333353deb64f1afd4294fd57e58c2..4edf16ce2bd8b9b0964c01741aad4db20a8bd16f:/tools/bison/Makefile diff --git a/tools/bison/Makefile b/tools/bison/Makefile index 60b494682..01820e275 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -7,23 +7,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bison -PKG_VERSION:=2.3 +PKG_VERSION:=2.4.3 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/$(PKG_NAME) -PKG_MD5SUM:=22327efdd5080e2b1acb6e560a04b43a -PKG_CAT:=zcat +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=@GNU/$(PKG_NAME) +PKG_MD5SUM:=c1d3ea81bc370dbd43b6f0b2cd21287e +PKG_CAT:=bzcat include $(INCLUDE_DIR)/host-build.mk -define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) -endef - -define Host/Install - $(MAKE) -C $(HOST_BUILD_DIR) install -endef - define Host/Clean -$(MAKE) -C $(HOST_BUILD_DIR) uninstall $(call Host/Clean/Default)