wok view openmotif-dev/receipt @ rev 20235

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents de49f29b101e
children a78610b2eb47
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 LICENSE="other"
9 WEB_SITE="http://www.motifzone.org/"
10 WANTED="openmotif"
12 DEPENDS="openmotif util-linux-uuid xorg-printproto"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/bin
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 cp -a $install/usr/bin/uil $fs/usr/bin
20 cp -a $install/usr/include $fs/usr
21 }