wok diff spandsp-dev/receipt @ rev 15280

cinepaint: remove a wrong error trigger (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 13:12:43 2013 +0000 (2013-09-26)
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 Sep 26 13:12:43 2013 +0000
     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  }