wok-stable view openmotif-demo/receipt @ rev 8122
Fixed aufs and linux to use lzma-alone for compressing aufs.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jan 24 01:08:20 2011 +0000 (2011-01-24) |
parents | |
children |
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 }