# SliTaz package receipt.

PACKAGE="ncurses-man"
VERSION="5.9"
CATEGORY="development"
SHORT_DESC="Manual pages for the ncurses library."
MAINTAINER="pascal.bellard@slitaz.org"
WANTED="ncurses"
WEB_SITE="http://invisible-island.net/ncurses/"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/share
	cp -a $_pkg/usr/share/man $fs/usr/share
}