wok-6.x annotate ncurses-man/receipt @ rev 11727
Move from undigest: python-antlr python-caldav python-gdata python-vatnumber python-vobject python-webdav python-xlwt python-zsi
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 21 09:18:42 2012 +0100 (2012-02-21) |
parents | 70c50cf7bbf2 |
children | c971db4d1bba |
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 } |