wok annotate screen-terminfo/receipt @ rev 18362
Up lrzip (0.621)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 16 13:41:34 2015 +0200 (2015-09-16) |
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 } |