wok diff spandsp/receipt @ rev 20257
Add giflossy
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 13 23:27:32 2018 +0100 (2018-03-13) |
parents | de5c76813d78 |
children | 78a46345f6bb |
line diff
1.1 --- a/spandsp/receipt Wed Aug 14 09:29:57 2013 +0000 1.2 +++ b/spandsp/receipt Tue Mar 13 23:27:32 2018 +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