wok annotate screen-terminfo/receipt @ rev 21462
updated mm-common (0.9.4 -> 0.9.12)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 30 13:55:53 2019 +0100 (2019-04-30) |
parents | 7896f0694ef6 |
children | c7f226fe1c21 |
rev | line source |
---|---|
pascal@2174 | 1 # SliTaz package receipt. |
pascal@2174 | 2 |
pascal@2174 | 3 PACKAGE="screen-terminfo" |
pascal@17515 | 4 VERSION="4.2.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" |
pascal@2174 | 9 WEB_SITE="http://www.gnu.org/software/screen" |
pascal@2174 | 10 WANTED="screen" |
pascal@2174 | 11 |
pascal@2174 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2174 | 13 genpkg_rules() |
pascal@2174 | 14 { |
pascal@2174 | 15 mkdir -p $fs/usr/share |
pascal@15002 | 16 cp -a $install/usr/share/terminfo $fs/usr/share/ |
pascal@2174 | 17 |
pascal@2174 | 18 } |