wok rev 25370

updated tmux (3.0a -> 3.3a)
author Hans-G?nter Theisgen
date Fri Jul 29 14:23:40 2022 +0100 (21 months ago)
parents 8c8f0cd75a42
children a73375793791
files tmux/description.txt tmux/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tmux/description.txt	Fri Jul 29 14:23:40 2022 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +Tmux is a terminal multiplexer.
     1.5 +It lets you switch easily between several programs in one terminal,
     1.6 +detach them (they keep running in the background) and reattach them
     1.7 +to a different terminal.
     2.1 --- a/tmux/receipt	Fri Jul 29 14:09:09 2022 +0100
     2.2 +++ b/tmux/receipt	Fri Jul 29 14:23:40 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="tmux"
     2.7 -VERSION="3.0a"
     2.8 +VERSION="3.3a"
     2.9  CATEGORY="utilities"
    2.10  SHORT_DESC="Terminal multiplexer."
    2.11  MAINTAINER="paul@slitaz.org"
    2.12 @@ -12,7 +12,7 @@
    2.13  WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/$VERSION/$TARBALL"
    2.14  
    2.15  DEPENDS="libevent ncursesw"
    2.16 -BUILD_DEPENDS="libevent-dev ncursesw-dev"
    2.17 +BUILD_DEPENDS="libevent-dev ncurses-extra ncursesw-dev"
    2.18  
    2.19  HOST_ARCH="i486 arm"
    2.20  
    2.21 @@ -27,11 +27,11 @@
    2.22  {
    2.23  	export LDFLAGS="$LDFLAGS -ltinfo"
    2.24  
    2.25 -	./configure $CONFIGURE_ARGS &&
    2.26 -	make PREFIX=/usr &&
    2.27 -	make PREFIX=/usr install &&
    2.28 +	./configure	$CONFIGURE_ARGS &&
    2.29 +	make		PREFIX=/usr &&
    2.30 +	make install	PREFIX=/usr &&
    2.31  	install -d m755				"$DESTDIR/usr/share/tmux/" &&
    2.32 -	install -m 644 example_tmux.conf	$DESTDIR/usr/share/tmux/
    2.33 +	install -m 644 example_tmux.conf	"$DESTDIR/usr/share/tmux/"
    2.34  }
    2.35  
    2.36  # Rules to gen a SliTaz package suitable for Tazpkg.