wok-6.x annotate ncurses-man/receipt @ rev 5788
beautifulsoup: fix WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 11 10:09:32 2010 +0200 (2010-07-11) |
parents | 0dd1fcf06ba2 |
children | f4b5d278d27b |
rev | line source |
---|---|
pascal@1528 | 1 # SliTaz package receipt. |
pascal@1528 | 2 |
pascal@1528 | 3 PACKAGE="ncurses-man" |
pankso@1756 | 4 VERSION="5.7" |
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@1756 | 15 cp -a $_pkg/usr/share/man $fs/usr/share |
pascal@1528 | 16 } |