wok diff spandsp/receipt @ rev 15204

busybox: support Unicode up to 0x2BFF (ref: http://jrgraphix.net/research/unicode_blocks.php)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 06 13:34:00 2013 +0300 (2013-09-06)
parents b7319995b37e
children 7a2212bc32cd
line diff
     1.1 --- a/spandsp/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/spandsp/receipt	Fri Sep 06 13:34:00 2013 +0300
     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  }