Import buildroot 2016.02.01
This commit is contained in:
21
firmware/buildroot/package/zsh/zsh.mk
Normal file
21
firmware/buildroot/package/zsh/zsh.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# zsh
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ZSH_VERSION = 5.2
|
||||
ZSH_SITE = http://www.zsh.org/pub
|
||||
ZSH_SOURCE = zsh-$(ZSH_VERSION).tar.xz
|
||||
ZSH_DEPENDENCIES = ncurses
|
||||
ZSH_CONF_OPTS = --bindir=/bin
|
||||
ZSH_LICENSE = MIT-like
|
||||
ZSH_LICENSE_FILES = LICENCE
|
||||
|
||||
# Remove versioned zsh-x.y.z binary taking up space
|
||||
define ZSH_TARGET_INSTALL_FIXUPS
|
||||
rm -f $(TARGET_DIR)/bin/zsh-$(ZSH_VERSION)
|
||||
endef
|
||||
ZSH_POST_INSTALL_TARGET_HOOKS += ZSH_TARGET_INSTALL_FIXUPS
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user