wok annotate ncurses-man/receipt @ rev 13428

Add ntfsprogs-dev (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:21:46 2012 +0200 (2012-10-04)
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 }