wok-current view screen-terminfo/receipt @ rev 22367

fix locale-* post_remove
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 22 12:30:25 2019 +0100 (2019-11-22)
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 }