zsh: update to 5.0.2.
This commit is contained in:
parent
b1903eac3a
commit
7b0ceeefeb
@ -1,29 +1,25 @@
|
|||||||
# Template file for 'zsh'
|
# Template file for 'zsh'
|
||||||
pkgname=zsh
|
pkgname=zsh
|
||||||
version=5.0.0
|
version=5.0.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_args="info"
|
make_build_args="info"
|
||||||
make_install_args="install.info"
|
make_install_args="install.info"
|
||||||
configure_args="--enable-etcdir=/etc/zsh --enable-zshenv=/etc/zsh/zshenv
|
configure_args="--enable-etcdir=/etc/zsh --enable-zshenv=/etc/zsh/zshenv
|
||||||
--enable-zlogin=/etc/zsh/zlogin --enable-zlogout=/etc/zsh/zlogout
|
--enable-zlogin=/etc/zsh/zlogin --enable-zlogout=/etc/zsh/zlogout
|
||||||
--enable-zprofile=/etc/profile --enable-zshrc=/etc/zsh/zshrc
|
--enable-zprofile=/etc/profile --enable-zshrc=/etc/zsh/zshrc
|
||||||
--enable-maildir-support --enable-function-subdirs
|
--enable-maildir-support --enable-function-subdirs
|
||||||
--enable-fndir=/usr/share/zsh/functions --with-term-lib=ncursesw
|
--enable-fndir=/usr/share/zsh/functions --with-term-lib=ncursesw
|
||||||
--enable-scriptdir=/usr/share/zsh/scripts --enable-pcre
|
--enable-scriptdir=/usr/share/zsh/scripts --enable-pcre
|
||||||
--enable-multibyte --enable-cap --with-tcsetpgrp"
|
--enable-multibyte --enable-cap --with-tcsetpgrp"
|
||||||
makedepends="gdbm-devel pcre-devel>=8.30 libcap-devel ncurses-devel"
|
makedepends="gdbm-devel pcre-devel>=8.30 libcap-devel ncurses-devel"
|
||||||
register_shell="/bin/zsh"
|
register_shell="/bin/zsh"
|
||||||
short_desc="Z SHell"
|
short_desc="The Z SHell"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.zsh.org"
|
homepage="http://www.zsh.org"
|
||||||
license="zsh"
|
license="zsh"
|
||||||
distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2"
|
distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2"
|
||||||
checksum=cd014a8e09a3607c68369d1615db96d0fbb7279a125950b32032fd448c44a888
|
checksum=eb220ae5a8076191ec6b4c6a5a2f18122d074a19f25b45f0320b44b8166c5a03
|
||||||
long_desc="
|
|
||||||
Zsh is a shell designed for interactive use, although it is also a powerful
|
|
||||||
scripting language. Many of the useful features of bash, ksh, and tcsh were
|
|
||||||
incorporated into zsh; many original features were added."
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Set correct keymap path
|
# Set correct keymap path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user