Skip to content

Commit

Permalink
Updated ZSH to build with Regex Support. Also installed ZSH dynamic m…
Browse files Browse the repository at this point in the history
…odule support
  • Loading branch information
duncan08 committed Sep 19, 2016
1 parent 918f7ea commit 390107a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cross/zsh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ COMMENT = Zsh is a shell designed for interactive use, although it is also a po
LICENSE = Custom

GNU_CONFIGURE = 1
CONFIGURE_ARGS = --enable-cap --enable-pcre

INSTALL_TARGET = myInstall

Expand All @@ -20,3 +21,4 @@ include ../../mk/spksrc.cross-cc.mk
.PHONY: myInstall
myInstall:
umask 022; $(RUN) $(MAKE) install DESTDIR=$(INSTALL_DIR)
umask 022; $(RUN) $(MAKE) install.modules DESTDIR=$(INSTALL_DIR)
4 changes: 2 additions & 2 deletions spk/zsh/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = zsh
SPK_VERS = 5.2
SPK_REV = 3
SPK_REV = 4
SPK_ICON = src/zsh.png

DEPENDS = cross/$(SPK_NAME)
Expand All @@ -11,7 +11,7 @@ DESCRIPTION_FRE = Zsh est un shell conçu pour un usage intéractif, mais il est
RELOAD_UI = no
DISPLAY_NAME = Z shell
STARTABLE = no
CHANGELOG = "Update to 5.2"
CHANGELOG = "Added Regex compatibility. Update to 5.2."

HOMEPAGE = http://www.zsh.org
LICENSE = Custom
Expand Down

0 comments on commit 390107a

Please sign in to comment.