wok annotate openmotif-demo/receipt @ rev 24061
Add lz4ultra
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 12 09:05:17 2021 +0000 (2021-06-12) |
parents | 9eb4a7f42423 |
children |
rev | line source |
---|---|
pascal@3987 | 1 # SliTaz package receipt. |
pascal@3987 | 2 |
pascal@3987 | 3 PACKAGE="openmotif-demo" |
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, demo files." |
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/" |
pascal@15600 | 10 |
pascal@3987 | 11 DEPENDS="openmotif openmotif-dev" |
Hans-G?nter@21631 | 12 WANTED="openmotif" |
pascal@3987 | 13 |
pascal@3987 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3987 | 15 genpkg_rules() |
pascal@3987 | 16 { |
pascal@3987 | 17 mkdir -p $fs/usr/share |
pascal@15600 | 18 cp -a $install/usr/share/Xm $fs/usr/share |
pascal@3987 | 19 } |