wok-current diff tmux/receipt @ rev 24036
created recipe for autoconf-archive 2021.02.19)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 11 16:42:15 2021 +0100 (2021-04-11) |
parents | 11eb01863eec |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/tmux/receipt Tue Oct 22 13:52:50 2019 +0100 1.2 +++ b/tmux/receipt Sun Apr 11 16:42:15 2021 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tmux" 1.7 -VERSION="2.9" 1.8 +VERSION="3.0a" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Terminal multiplexer." 1.11 MAINTAINER="paul@slitaz.org" 1.12 @@ -24,14 +24,14 @@ 1.13 ./configure $CONFIGURE_ARGS && 1.14 make PREFIX=/usr && 1.15 make PREFIX=/usr install && 1.16 - install -d m755 "$DESTDIR/usr/share/tmux/" && 1.17 + install -d m755 "$DESTDIR/usr/share/tmux/" && 1.18 install -m 644 example_tmux.conf $DESTDIR/usr/share/tmux/ 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr/share/terminfo/s/ 1.25 + mkdir -p $fs/usr/share/terminfo/s 1.26 1.27 cp -a $install/usr/bin $fs/usr 1.28 1.29 @@ -41,6 +41,6 @@ 1.30 # Get screen terminfo data 1.31 tazpkg get-install ncursesw-extra --root=$src/ncursesw-extra > /dev/null 2>&1 1.32 cp -a $src/ncursesw-extra/usr/share/terminfo/s/screen \ 1.33 - $fs/usr/share/terminfo/s/ 1.34 + $fs/usr/share/terminfo/s 1.35 rm -r $src/ncursesw-extra 1.36 }