wok diff openmotif-dev/receipt @ rev 21631

updated openmotif packages (2.3.2 -> 2.3.8)
author Hans-Günter Theisgen
date Tue May 28 14:54:31 2019 +0100 (2019-05-28)
parents fcd3d43eadad
children 9eb4a7f42423
line diff
     1.1 --- a/openmotif-dev/receipt	Fri Feb 22 10:45:05 2019 +0100
     1.2 +++ b/openmotif-dev/receipt	Tue May 28 14:54:31 2019 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openmotif-dev"
     1.7 -VERSION="2.3.2"
     1.8 -CATEGORY="non-free"
     1.9 -SHORT_DESC="source code version of Motif under a public license, development files."
    1.10 +VERSION="2.3.8"
    1.11 +CATEGORY="development"
    1.12 +SHORT_DESC="Source code version of Motif under a public license, development files."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14 -LICENSE="other"
    1.15 -WEB_SITE="http://www.motifzone.org/"
    1.16 -WANTED="openmotif"
    1.17 +LICENSE="LGPL 2.1"
    1.18 +WEB_SITE="http://www.opengroup.org/openmotif/"
    1.19  
    1.20  DEPENDS="openmotif util-linux-uuid xorg-printproto"
    1.21 +WANTED="openmotif"
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	mkdir -p $fs/usr/lib $fs/usr/bin
    1.27 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.28 -	cp -a $install/usr/bin/uil $fs/usr/bin
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 +	mkdir -p $fs/usr/lib
    1.31 +	mkdir -p $fs/usr/bin
    1.32 +
    1.33 +	cp -a $install/usr/lib/*a	$fs/usr/lib
    1.34 +	cp -a $install/usr/bin/uil	$fs/usr/bin
    1.35 +	cp -a $install/usr/include	$fs/usr
    1.36  }