wok annotate openmotif-dev/receipt @ rev 23961
Add caprice32 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 01 15:38:46 2020 +0000 (2020-10-01) |
parents | 9eb4a7f42423 |
children |
rev | line source |
---|---|
pascal@3987 | 1 # SliTaz package receipt. |
pascal@3987 | 2 |
pascal@3987 | 3 PACKAGE="openmotif-dev" |
Hans-G?nter@21631 | 4 VERSION="2.3.8" |
Hans-G?nter@21631 | 5 CATEGORY="development" |
Hans-G?nter@21631 | 6 SHORT_DESC="Source code version of Motif under a public license, development files." |
pascal@3987 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
Hans-G?nter@21631 | 8 LICENSE="LGPL 2.1" |
Hans-G?nter@21631 | 9 WEB_SITE="http://www.opengroup.org/openmotif/" |
pascal@3987 | 10 |
pascal@19696 | 11 DEPENDS="openmotif util-linux-uuid xorg-printproto" |
Hans-G?nter@21631 | 12 WANTED="openmotif" |
pascal@15600 | 13 |
pascal@3987 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3987 | 15 genpkg_rules() |
pascal@3987 | 16 { |
Hans-G?nter@21631 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@21631 | 18 mkdir -p $fs/usr/bin |
Hans-G?nter@21631 | 19 |
Hans-G?nter@21631 | 20 cp -a $install/usr/lib/*a $fs/usr/lib |
Hans-G?nter@21631 | 21 cp -a $install/usr/bin/uil $fs/usr/bin |
Hans-G?nter@21631 | 22 cp -a $install/usr/include $fs/usr |
pascal@3987 | 23 } |