wok-4.x annotate ncurses-man/receipt @ rev 12443
bash: remove CVE-2014-7169.patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 10 10:20:40 2014 +0100 (2014-12-10) |
parents | 70c50cf7bbf2 |
children |
rev | line source |
---|---|
pascal@1528 | 1 # SliTaz package receipt. |
pascal@1528 | 2 |
pascal@1528 | 3 PACKAGE="ncurses-man" |
slaxemulator@9487 | 4 VERSION="5.9" |
pascal@1528 | 5 CATEGORY="development" |
pascal@1528 | 6 SHORT_DESC="Manual pages for the ncurses library." |
pascal@1528 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1528 | 8 WANTED="ncurses" |
pascal@1528 | 9 WEB_SITE="http://invisible-island.net/ncurses/" |
pascal@1528 | 10 |
pascal@1528 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1528 | 12 genpkg_rules() |
pascal@1528 | 13 { |
pascal@1528 | 14 mkdir -p $fs/usr/share |
pankso@9803 | 15 cp -a $_pkg/usr/share/man $fs/usr/share |
pascal@1528 | 16 } |