wok annotate openmotif-man/receipt @ rev 24920

updated mp (5.2.10 -> 5.58)
author Hans-G?nter Theisgen
date Sun Apr 10 07:48:27 2022 +0100 (2022-04-10)
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 }