wok diff exosip/receipt @ rev 22715
updated faenza-icon-theme and faenza-icon-theme-emblems (1.3 -> 1.3.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 22 14:36:07 2020 +0100 (2020-01-22) |
parents | 380ffe05937a |
children | 17091bc7c301 |
line diff
1.1 --- a/exosip/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/exosip/receipt Wed Jan 22 14:36:07 2020 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="exosip" 1.7 -VERSION="3.6.0" 1.8 +VERSION="5.1.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="extended SIP library." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -SOURCE="libeXosip2" 1.14 +SOURCE="libexosip2" 1.15 TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 WEB_SITE="http://savannah.nongnu.org/projects/exosip/" 1.17 WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL" 1.18 @@ -16,7 +16,6 @@ 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 - cd $src 1.23 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.24 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.25 make &&