wok diff spandsp-dev/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents d721970e86cb
children 7a2212bc32cd
line diff
     1.1 --- a/spandsp-dev/receipt	Tue May 26 11:18:47 2009 +0200
     1.2 +++ b/spandsp-dev/receipt	Thu Apr 10 19:50:37 2014 +0200
     1.3 @@ -5,13 +5,16 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="library of DSP functions for telephony dev files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="LGPL2.1"
     1.8  WEB_SITE="http://www.soft-switch.org/"
     1.9  WANTED="spandsp"
    1.10  
    1.11 +DEPENDS="spandsp"
    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/lib
    1.17 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/include $fs/usr
    1.19 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21  }