wok diff openmotif-demo/receipt @ rev 17406

gobby: fix for glibmm >= 2.31
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 28 18:03:15 2014 +0100 (2014-11-28)
parents 06e7bc9e2249
children a78610b2eb47
line diff
     1.1 --- a/openmotif-demo/receipt	Sat Aug 29 17:05:43 2009 +0200
     1.2 +++ b/openmotif-demo/receipt	Fri Nov 28 18:03:15 2014 +0100
     1.3 @@ -5,15 +5,15 @@
     1.4  CATEGORY="non-free"
     1.5  SHORT_DESC="source code version of Motif under a public license, demo files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="other"
     1.8  WEB_SITE="http://www.motifzone.org/"
     1.9  WANTED="openmotif"
    1.10 +
    1.11  DEPENDS="openmotif openmotif-dev"
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/share
    1.17 -	cp -a $_pkg/usr/share/Xm $fs/usr/share
    1.18 +	cp -a $install/usr/share/Xm $fs/usr/share
    1.19  }
    1.20 -
    1.21 -