wok diff zsh/receipt @ rev 23046
evolution-data-server gnome-desktop libgksu libxklavier scim: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 19:14:01 2020 +0100 (2020-03-05) |
parents | 02c70d036ea0 |
children | 98d2ef9efb67 |
line diff
1.1 --- a/zsh/receipt Tue Feb 26 09:14:07 2019 +0100 1.2 +++ b/zsh/receipt Thu Mar 05 19:14:01 2020 +0100 1.3 @@ -1,29 +1,32 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="zsh" 1.7 -VERSION="5.0.7" 1.8 +VERSION="5.7.1" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Zsh shell incorporates many features of bash, ksh, and tcsh" 1.11 +TAGS="shell" 1.12 +SHORT_DESC="Zsh shell incorporates many features of bash, ksh, and tcsh." 1.13 MAINTAINER="sandys@gmail.com" 1.14 LICENSE="other" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://zsh.sourceforge.net/" 1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 -TAGS="shell" 1.19 +WEB_SITE="https://www.zsh.org/" 1.20 1.21 -DEPENDS="ncurses zlib ncursesw" 1.22 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.23 +WGET_URL="${WEB_SITE}pub/$TARBALL" 1.24 + 1.25 +DEPENDS="gdbm ncurses ncursesw zlib" 1.26 BUILD_DEPENDS="ncurses-dev zlib-dev" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - ./configure --bindir=/bin \ 1.32 - --disable-dynamic --enable-multibyte \ 1.33 - --enable-fndir=/usr/share/zsh/functions \ 1.34 - --enable-scriptdir=/usr/share/zsh/scripts \ 1.35 - --with-tcsetpgrp \ 1.36 - $CONFIGURE_ARGS && 1.37 - make && 1.38 + ./configure \ 1.39 + --bindir=/bin \ 1.40 + --disable-dynamic \ 1.41 + --enable-multibyte \ 1.42 + --enable-fndir=/usr/share/zsh/functions \ 1.43 + --enable-scriptdir=/usr/share/zsh/scripts \ 1.44 + --with-tcsetpgrp \ 1.45 + $CONFIGURE_ARGS && 1.46 + make -j 1 && 1.47 make install 1.48 } 1.49 1.50 @@ -32,8 +35,7 @@ 1.51 { 1.52 cp -a $install/bin $fs 1.53 1.54 - # Config files. 1.55 - 1.56 + # Configuration files. 1.57 mkdir $fs/etc 1.58 cp $stuff/example.zshrc $fs/etc/zshrc 1.59