# SliTaz package receipt.

PACKAGE="openmotif-man"
VERSION="2.3.2"
CATEGORY="non-free"
SHORT_DESC="source code version of Motif under a public license, manual pages."
MAINTAINER="pascal.bellard@slitaz.org"
WEB_SITE="http://www.motifzone.org/"
WANTED="openmotif"

# 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
}