wok annotate screen-terminfo/receipt @ rev 17879

expat: broken symlink, cairo: up (1.14.2)
--disable-xlib-xcb in previous commit
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Mar 28 17:58:24 2015 +0100 (2015-03-28)
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 }