# SliTaz package receipt. PACKAGE="openmotif-man" VERSION="2.3.8" CATEGORY="development" SHORT_DESC="Source code version of Motif under a public license, manual pages." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL 2.1" WEB_SITE="http://www.opengroup.org/openmotif/" WANTED="openmotif" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $install/usr/share/man $fs/usr/share }