wok annotate screen-terminfo/receipt @ rev 25694

dropbear: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 21 14:12:01 2024 +0000 (8 weeks ago)
parents 3110e5023d97
children
rev   line source
pascal@2174 1 # SliTaz package receipt.
pascal@2174 2
pascal@2174 3 PACKAGE="screen-terminfo"
pascal@25672 4 VERSION="4.9.1"
pascal@2174 5 CATEGORY="system-tools"
pascal@2174 6 SHORT_DESC="Terminal multiplexer, terminfo files."
pascal@2174 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
Hans-G?nter@21890 9 WEB_SITE="https://www.gnu.org/software/screen/"
Hans-G?nter@21890 10
pascal@2174 11 WANTED="screen"
pascal@2174 12
pascal@2174 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2174 14 genpkg_rules()
pascal@2174 15 {
pascal@2174 16 mkdir -p $fs/usr/share
Hans-G?nter@25294 17 cp -a $install/usr/share/terminfo $fs/usr/share
pascal@2174 18 }