wok view openmotif-man/receipt @ rev 22443
vlc: add hicolor-icon-theme -> post-install misses index.theme
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon Dec 23 15:29:27 2019 +0000 (2019-12-23) |
parents | 9eb4a7f42423 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="openmotif-man"
4 VERSION="2.3.8"
5 CATEGORY="development"
6 SHORT_DESC="Source code version of Motif under a public license, manual pages."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL 2.1"
9 WEB_SITE="http://www.opengroup.org/openmotif/"
11 WANTED="openmotif"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share
17 cp -a $install/usr/share/man $fs/usr/share
18 }