wok view screen-terminfo/receipt @ rev 22849

bluez: add v4 deprecated tools
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 16 18:25:39 2020 +0100 (2020-02-16)
parents 91cb22c9c6aa
children da134f47b369
line source
1 # SliTaz package receipt.
3 PACKAGE="screen-terminfo"
4 VERSION="4.7.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Terminal multiplexer, terminfo files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnu.org/software/screen/"
11 WANTED="screen"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share
17 cp -a $install/usr/share/terminfo $fs/usr/share/
18 }