# SliTaz package receipt. PACKAGE="openmotif-demo" VERSION="2.3.2" CATEGORY="non-free" SHORT_DESC="source code version of Motif under a public license, demo files." MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://www.motifzone.org/" WANTED="openmotif" DEPENDS="openmotif openmotif-dev" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $_pkg/usr/share/Xm $fs/usr/share }