wok-next view openmotif-demo/receipt @ rev 6711

Up: aufs-utils to 20101014. Added support to back up source code into a .tar.gz. Also added linux-module-headers as build depend since it builds with it. Added a fix-kdir.patch since it was KDIR support was remove from newer git version.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 14 03:01:24 2010 +0000 (2010-10-14)
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 }