wok rev 20107
Up spandsp (0.0.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 10 21:08:50 2017 +0200 (2017-10-10) |
parents | 367fbda7855b |
children | 031f91118a4b |
files | spandsp-dev/receipt spandsp/receipt |
line diff
1.1 --- a/spandsp-dev/receipt Mon Oct 09 21:35:33 2017 +0200 1.2 +++ b/spandsp-dev/receipt Tue Oct 10 21:08:50 2017 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="spandsp-dev" 1.7 -VERSION="0.0.5" 1.8 +VERSION="0.0.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="library of DSP functions for telephony dev files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/spandsp/receipt Mon Oct 09 21:35:33 2017 +0200 2.2 +++ b/spandsp/receipt Tue Oct 10 21:08:50 2017 +0200 2.3 @@ -1,13 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="spandsp" 2.7 -VERSION="0.0.5" 2.8 +VERSION="0.0.6" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="library of DSP functions for telephony." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="LGPL2.1" 2.13 -TARBALL="$PACKAGE-$VERSION.tgz" 2.14 -WEB_SITE="http://www.soft-switch.org/" 2.15 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 +WEB_SITE="https://www.soft-switch.org/" 2.17 WGET_URL="${WEB_SITE}downloads/$PACKAGE/$TARBALL" 2.18 2.19 DEPENDS="tiff zlib jpeg" 2.20 @@ -16,7 +16,6 @@ 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 { 2.24 - cd $src 2.25 ./configure --prefix=/usr $CONFIGURE_ARGS && 2.26 make -j1 && 2.27 make -j1 install