wok view openmotif-demo/receipt @ rev 12381

Up: lftp to 4.3.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 22:28:19 2012 +0000 (2012-04-19)
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 }