wok diff spandsp/receipt @ rev 21221

updated libextractor and libextractor-dev (0.6.2 -> 1.9)
author Hans-G?nter Theisgen
date Wed Apr 10 13:34:06 2019 +0100 (2019-04-10)
parents de5c76813d78
children 78a46345f6bb
line diff
     1.1 --- a/spandsp/receipt	Wed Aug 14 09:29:57 2013 +0000
     1.2 +++ b/spandsp/receipt	Wed Apr 10 13:34:06 2019 +0100
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="spandsp"
     1.7 -VERSION="0.0.5"
     1.8 +VERSION="0.0.6"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="library of DSP functions for telephony."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13 -TARBALL="$PACKAGE-$VERSION.tgz"
    1.14 -WEB_SITE="http://www.soft-switch.org/"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WEB_SITE="https://www.soft-switch.org/"
    1.17  WGET_URL="${WEB_SITE}downloads/$PACKAGE/$TARBALL"
    1.18  
    1.19  DEPENDS="tiff zlib jpeg"
    1.20 @@ -16,7 +16,6 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.26  	make -j1 &&
    1.27  	make -j1 install