wok view openmotif-man/receipt @ rev 20854

updated drupal (7.26 -> 8.6.10)
author Hans-G?nter Theisgen
date Thu Feb 21 16:46:14 2019 +0100 (2019-02-21)
parents de49f29b101e
children fcd3d43eadad
line source
1 # SliTaz package receipt.
3 PACKAGE="openmotif-man"
4 VERSION="2.3.2"
5 CATEGORY="non-free"
6 SHORT_DESC="source code version of Motif under a public license, manual pages."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.motifzone.org/"
10 WANTED="openmotif"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $install/usr/share/man $fs/usr/share
17 }