wok view openmotif-demo/receipt @ rev 20518

Up openssh (7.9p1), opus (1.3), opus-tools (0.2), zstd (1.3.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 02 15:37:03 2018 +0100 (2018-11-02)
parents 06e7bc9e2249
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="openmotif-demo"
4 VERSION="2.3.2"
5 CATEGORY="non-free"
6 SHORT_DESC="source code version of Motif under a public license, demo files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://www.motifzone.org/"
10 WANTED="openmotif"
12 DEPENDS="openmotif openmotif-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share
18 cp -a $install/usr/share/Xm $fs/usr/share
19 }