# HG changeset patch # User Hans-G?nter Theisgen # Date 1553765816 -3600 # Node ID beba30c03091f7424382026eb2bc6b3094dd343d # Parent ae883e35501e221152801ecf98e8e1c9cc74ca10 updated zsh (5.0.7 -> 5.7.1) diff -r ae883e35501e -r beba30c03091 zsh/receipt --- a/zsh/receipt Wed Mar 27 15:24:38 2019 +0100 +++ b/zsh/receipt Thu Mar 28 10:36:56 2019 +0100 @@ -1,29 +1,32 @@ # SliTaz package receipt. PACKAGE="zsh" -VERSION="5.0.7" +VERSION="5.7.1" CATEGORY="system-tools" -SHORT_DESC="Zsh shell incorporates many features of bash, ksh, and tcsh" +TAGS="shell" +SHORT_DESC="Zsh shell incorporates many features of bash, ksh, and tcsh." MAINTAINER="sandys@gmail.com" LICENSE="other" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://zsh.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -TAGS="shell" +WEB_SITE="https://www.zsh.org/" -DEPENDS="ncurses zlib ncursesw" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="${WEB_SITE}pub/$TARBALL" + +DEPENDS="gdbm ncurses ncursesw zlib" BUILD_DEPENDS="ncurses-dev zlib-dev" # Rules to configure and make the package. compile_rules() { - ./configure --bindir=/bin \ - --disable-dynamic --enable-multibyte \ - --enable-fndir=/usr/share/zsh/functions \ - --enable-scriptdir=/usr/share/zsh/scripts \ - --with-tcsetpgrp \ - $CONFIGURE_ARGS && - make && + ./configure \ + --bindir=/bin \ + --disable-dynamic \ + --enable-multibyte \ + --enable-fndir=/usr/share/zsh/functions \ + --enable-scriptdir=/usr/share/zsh/scripts \ + --with-tcsetpgrp \ + $CONFIGURE_ARGS && + make -j 1 && make install } @@ -32,8 +35,7 @@ { cp -a $install/bin $fs - # Config files. - + # Configuration files. mkdir $fs/etc cp $stuff/example.zshrc $fs/etc/zshrc