# $FreeWRT$ #- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. include $(TOPDIR)/rules.mk PKG_NAME:= bash PKG_VERSION:= 3.2 PKG_RELEASE:= 1 PKG_MD5SUM:= 00bfa16d58e034e3c2aa27f390390d30 MASTER_SITES:= http://ftp.gnu.org/gnu/bash/ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,BASH,bash,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) CONFIGURE_STYLE= gnu BUILD_STYLE= auto INSTALL_STYLE= auto post-install: $(INSTALL_DIR) $(IDIR_BASH)/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/bash $(IDIR_BASH)/bin/ include ${TOPDIR}/mk/pkg-bottom.mk