wok view openmotif-demo/receipt @ rev 9897

ruby-entreprise: fix rm headers (we have i686 now not i486)
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 17 11:43:54 2011 +0200 (2011-05-17)
parents
children de49f29b101e
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 WEB_SITE="http://www.motifzone.org/"
9 WANTED="openmotif"
10 DEPENDS="openmotif openmotif-dev"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $_pkg/usr/share/Xm $fs/usr/share
17 }