wok view screen-terminfo/receipt @ rev 18987

Additional themes for Slitaz GNU/Linux.
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 05:14:19 2016 -0300 (2016-03-17)
parents 7896f0694ef6
children c7f226fe1c21
line source
1 # SliTaz package receipt.
3 PACKAGE="screen-terminfo"
4 VERSION="4.2.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Terminal multiplexer, terminfo files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.gnu.org/software/screen"
10 WANTED="screen"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $install/usr/share/terminfo $fs/usr/share/
18 }