wok annotate openmotif-man/receipt @ rev 13696

Add gsynaptics-0.9.16 (deprecated, but not wants gnome-settings-daemon)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 14 15:53:34 2012 +0000 (2012-12-14)
parents
children de49f29b101e
rev   line source
pascal@3987 1 # SliTaz package receipt.
pascal@3987 2
pascal@3987 3 PACKAGE="openmotif-man"
pascal@3987 4 VERSION="2.3.2"
pascal@3987 5 CATEGORY="non-free"
pascal@3987 6 SHORT_DESC="source code version of Motif under a public license, manual pages."
pascal@3987 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@3987 8 WEB_SITE="http://www.motifzone.org/"
pascal@3987 9 WANTED="openmotif"
pascal@3987 10
pascal@3987 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3987 12 genpkg_rules()
pascal@3987 13 {
pascal@3987 14 mkdir -p $fs/usr/share
pascal@3987 15 cp -a $_pkg/usr/share/man $fs/usr/share
pascal@3987 16 }
pascal@3987 17
pascal@3987 18