wok diff exosip/receipt @ rev 22365

kdelibs: fix kdeui/CMakeLists.txt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 22 10:49:44 2019 +0100 (2019-11-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	Fri Nov 22 10:49:44 2019 +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 &&