zsh: update to 4.3.14.
This commit is contained in:
parent
59aabbb809
commit
373cbd402f
2 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'zsh'
|
||||
pkgname=zsh
|
||||
version=4.3.12
|
||||
version=4.3.14
|
||||
distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-etcdir=/etc/zsh
|
||||
|
@ -14,12 +14,11 @@ configure_args="--enable-etcdir=/etc/zsh
|
|||
--enable-fndir=/usr/share/zsh/functions
|
||||
--enable-scriptdir=/usr/share/zsh/scripts
|
||||
--enable-pcre --enable-multibyte --enable-cap --with-tcsetpgrp"
|
||||
revision=2
|
||||
short_desc="Z SHell"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.zsh.org"
|
||||
license="zsh"
|
||||
checksum=4a9fd2dac76fc08fd1dc400deba854fcefa12ad76226d93fb6c01a801324f106
|
||||
checksum=a85a31e243c10106b159923b164935b11bc282d1388bbabe1c77408c93f6b2b8
|
||||
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
|
||||
|
@ -27,13 +26,11 @@ long_desc="
|
|||
|
||||
register_shell="/bin/zsh"
|
||||
|
||||
|
||||
Add_dependency build gdbm-devel
|
||||
Add_dependency build pcre-devel
|
||||
Add_dependency build libcap-devel
|
||||
Add_dependency build ncurses-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install() {
|
||||
vinstall LICENCE 644 usr/share/licenses/zsh
|
||||
}
|
||||
|
|
|
@ -5,3 +5,4 @@ libm.so.6
|
|||
libc.so.6
|
||||
libpcre.so.0
|
||||
libgdbm.so.4
|
||||
librt.so.1
|
||||
|
|
Loading…
Reference in a new issue