wok-6.x annotate ncurses-man/receipt @ rev 23594

updated python, python-dev and python-idle (2.7.15 -> 2.7.17)
author Hans-G?nter Theisgen
date Wed Apr 08 13:49:09 2020 +0100 (2020-04-08)
parents 94ece03c2cb1
children 24801b09d2f7
rev   line source
pascal@1528 1 # SliTaz package receipt.
pascal@1528 2
pascal@1528 3 PACKAGE="ncurses-man"
Hans-G?nter@23231 4 VERSION="6.2"
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@15601 8 LICENSE="MIT"
Hans-G?nter@21526 9 WEB_SITE="https://www.gnu.org/software/ncurses/ncurses.html"
Hans-G?nter@21526 10
pascal@1528 11 WANTED="ncurses"
pascal@1528 12
pascal@1528 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1528 14 genpkg_rules()
pascal@1528 15 {
pascal@1528 16 mkdir -p $fs/usr/share
Hans-G?nter@23231 17 cp -a $install/usr/share/man $fs/usr/share
pascal@1528 18 }