# HG changeset patch # User Hans-G?nter Theisgen # Date 1659101020 -3600 # Node ID 03bcf02499abe76b9df505d877a049e5c1e73f5a # Parent 8c8f0cd75a42c38d2fb504119f40807f731558c9 updated tmux (3.0a -> 3.3a) diff -r 8c8f0cd75a42 -r 03bcf02499ab tmux/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tmux/description.txt Fri Jul 29 14:23:40 2022 +0100 @@ -0,0 +1,4 @@ +Tmux is a terminal multiplexer. +It lets you switch easily between several programs in one terminal, +detach them (they keep running in the background) and reattach them +to a different terminal. diff -r 8c8f0cd75a42 -r 03bcf02499ab tmux/receipt --- a/tmux/receipt Fri Jul 29 14:09:09 2022 +0100 +++ b/tmux/receipt Fri Jul 29 14:23:40 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tmux" -VERSION="3.0a" +VERSION="3.3a" CATEGORY="utilities" SHORT_DESC="Terminal multiplexer." MAINTAINER="paul@slitaz.org" @@ -12,7 +12,7 @@ WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/$VERSION/$TARBALL" DEPENDS="libevent ncursesw" -BUILD_DEPENDS="libevent-dev ncursesw-dev" +BUILD_DEPENDS="libevent-dev ncurses-extra ncursesw-dev" HOST_ARCH="i486 arm" @@ -27,11 +27,11 @@ { export LDFLAGS="$LDFLAGS -ltinfo" - ./configure $CONFIGURE_ARGS && - make PREFIX=/usr && - make PREFIX=/usr install && + ./configure $CONFIGURE_ARGS && + make PREFIX=/usr && + make install PREFIX=/usr && install -d m755 "$DESTDIR/usr/share/tmux/" && - install -m 644 example_tmux.conf $DESTDIR/usr/share/tmux/ + install -m 644 example_tmux.conf "$DESTDIR/usr/share/tmux/" } # Rules to gen a SliTaz package suitable for Tazpkg.