diff --git a/srcpkgs/zsh/template b/srcpkgs/zsh/template index 6120c9153a..8bbd9a82a6 100644 --- a/srcpkgs/zsh/template +++ b/srcpkgs/zsh/template @@ -1,34 +1,28 @@ # Template file for 'zsh' pkgname=zsh -version=4.3.15 -distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2" -build_style=gnu-configure -configure_args="--enable-etcdir=/etc/zsh ---enable-zshenv=/etc/zsh/zshenv ---enable-zlogin=/etc/zsh/zlogin ---enable-zlogout=/etc/zsh/zlogout ---enable-zprofile=/etc/profile ---enable-zshrc=/etc/zsh/zshrc ---enable-maildir-support --enable-function-subdirs ---with-term-lib=ncursesw ---enable-fndir=/usr/share/zsh/functions ---enable-scriptdir=/usr/share/zsh/scripts ---enable-pcre --enable-multibyte --enable-cap --with-tcsetpgrp" -makedepends="gdbm-devel pcre-devel libcap-devel ncurses-devel" +version=4.3.17 revision=1 +build_style=gnu-configure +configure_args="--enable-etcdir=/etc/zsh --enable-zshenv=/etc/zsh/zshenv +--enable-zlogin=/etc/zsh/zlogin --enable-zlogout=/etc/zsh/zlogout +--enable-zprofile=/etc/profile --enable-zshrc=/etc/zsh/zshrc +--enable-maildir-support --enable-function-subdirs +--enable-fndir=/usr/share/zsh/functions --with-term-lib=ncursesw +--enable-scriptdir=/usr/share/zsh/scripts --enable-pcre +--enable-multibyte --enable-cap --with-tcsetpgrp" +makedepends="gdbm-devel pcre-devel libcap-devel ncurses-devel" +register_shell="/bin/zsh" short_desc="Z SHell" maintainer="Juan RP " homepage="http://www.zsh.org" license="zsh" -checksum=8708f485823fb7e51aa696776d0dfac7d3558485182672cf9311c12a50a95486 +distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2" +checksum=054e0452afd9c742c9f1489465175e1d4d7db50d88b602d132551d850cf7a704 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." -register_shell="/bin/zsh" - - post_install() { vinstall LICENCE 644 usr/share/licenses/zsh }