wok view openmotif-demo/receipt @ rev 25019
updated openjpeg2 and openjpeg2-dev (2.3.1 -> 2.5.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed May 18 07:22:38 2022 +0100 (2022-05-18) |
parents | 9eb4a7f42423 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="openmotif-demo"
4 VERSION="2.3.8"
5 CATEGORY="development"
6 SHORT_DESC="Source code version of Motif under a public license, demo files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL 2.1"
9 WEB_SITE="http://www.opengroup.org/openmotif/"
11 DEPENDS="openmotif openmotif-dev"
12 WANTED="openmotif"
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 }