wok annotate openmotif-man/receipt @ rev 21752

tazboot: shrink (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 15 22:12:18 2019 +0200 (2019-06-15)
parents 9eb4a7f42423
children
rev   line source
pascal@3987 1 # SliTaz package receipt.
pascal@3987 2
pascal@3987 3 PACKAGE="openmotif-man"
Hans-G?nter@21631 4 VERSION="2.3.8"
Hans-G?nter@21631 5 CATEGORY="development"
Hans-G?nter@21631 6 SHORT_DESC="Source code version of Motif under a public license, manual pages."
pascal@3987 7 MAINTAINER="pascal.bellard@slitaz.org"
Hans-G?nter@21631 8 LICENSE="LGPL 2.1"
Hans-G?nter@21631 9 WEB_SITE="http://www.opengroup.org/openmotif/"
Hans-G?nter@21631 10
pascal@3987 11 WANTED="openmotif"
pascal@3987 12
pascal@3987 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3987 14 genpkg_rules()
pascal@3987 15 {
pascal@3987 16 mkdir -p $fs/usr/share
pascal@15600 17 cp -a $install/usr/share/man $fs/usr/share
pascal@3987 18 }