wok diff openmotif-dev/receipt @ rev 17495

Add pyaudio
author Paul Issott <paul@slitaz.org>
date Sun Jan 04 11:37:00 2015 +0000 (2015-01-04)
parents 73641efed1cc
children ab43e47cceec
line diff
     1.1 --- a/openmotif-dev/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/openmotif-dev/receipt	Sun Jan 04 11:37:00 2015 +0000
     1.3 @@ -5,17 +5,17 @@
     1.4  CATEGORY="non-free"
     1.5  SHORT_DESC="source code version of Motif under a public license, development files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="openmotif util-linux-uuid"
     1.8 +LICENSE="other"
     1.9  WEB_SITE="http://www.motifzone.org/"
    1.10  WANTED="openmotif"
    1.11  
    1.12 +DEPENDS="openmotif util-linux-uuid"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/lib $fs/usr/bin
    1.18 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/bin/uil $fs/usr/bin
    1.20 -	cp -a $_pkg/usr/include $fs/usr
    1.21 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.22 +	cp -a $install/usr/bin/uil $fs/usr/bin
    1.23 +	cp -a $install/usr/include $fs/usr
    1.24  }
    1.25 -
    1.26 -