wok-6.x annotate openmotif-demo/receipt @ rev 15965
xorg-libXau: add to ARM arch
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Feb 24 15:44:41 2014 +0100 (2014-02-24) |
parents | 06e7bc9e2249 |
children | a78610b2eb47 |
rev | line source |
---|---|
pascal@3987 | 1 # SliTaz package receipt. |
pascal@3987 | 2 |
pascal@3987 | 3 PACKAGE="openmotif-demo" |
pascal@3987 | 4 VERSION="2.3.2" |
pascal@3987 | 5 CATEGORY="non-free" |
pascal@3987 | 6 SHORT_DESC="source code version of Motif under a public license, demo files." |
pascal@3987 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15600 | 8 LICENSE="other" |
pascal@3987 | 9 WEB_SITE="http://www.motifzone.org/" |
pascal@3987 | 10 WANTED="openmotif" |
pascal@15600 | 11 |
pascal@3987 | 12 DEPENDS="openmotif openmotif-dev" |
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 } |