wok diff spandsp/receipt @ rev 15096

spandsp: add build_depends !
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 09:29:57 2013 +0000 (2013-08-14)
parents b7319995b37e
children 7a2212bc32cd
line diff
     1.1 --- a/spandsp/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/spandsp/receipt	Wed Aug 14 09:29:57 2013 +0000
     1.3 @@ -5,10 +5,13 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="library of DSP functions for telephony."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="LGPL2.1"
     1.8  TARBALL="$PACKAGE-$VERSION.tgz"
     1.9  WEB_SITE="http://www.soft-switch.org/"
    1.10  WGET_URL="${WEB_SITE}downloads/$PACKAGE/$TARBALL"
    1.11 +
    1.12  DEPENDS="tiff zlib jpeg"
    1.13 +BUILD_DEPENDS="tiff-dev zlib-dev jpeg-dev"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17 @@ -23,5 +26,5 @@
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.22 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.23  }