wok-next annotate ncurses-man/receipt @ rev 7499
Made all firefox-langpack copy files right. Looks like mv can't move folders even with -f option. Used a cp -af then rm -rf instead.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Dec 04 00:03:00 2010 +0000 (2010-12-04) |
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 } |