wok view openmotif-dev/receipt @ rev 10223

Up: gobject-introspection to 0.10.8.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 00:02:58 2011 +0000 (2011-05-21)
parents 06e7bc9e2249
children 73641efed1cc
line source
1 # SliTaz package receipt.
3 PACKAGE="openmotif-dev"
4 VERSION="2.3.2"
5 CATEGORY="non-free"
6 SHORT_DESC="source code version of Motif under a public license, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="openmotif util-linux-ng-uuid"
9 WEB_SITE="http://www.motifzone.org/"
10 WANTED="openmotif"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/bin
16 cp -a $_pkg/usr/lib/*a $fs/usr/lib
17 cp -a $_pkg/usr/bin/uil $fs/usr/bin
18 cp -a $_pkg/usr/include $fs/usr
19 }