wok rev 21646

updated osip and osip-dev (3.6.0 -> 5.1.0)
author Hans-G?nter Theisgen
date Thu May 30 08:56:18 2019 +0100 (2019-05-30)
parents 79721c381319
children e65a1f719192
files osip-dev/receipt osip/receipt
line diff
     1.1 --- a/osip-dev/receipt	Thu May 30 08:44:12 2019 +0100
     1.2 +++ b/osip-dev/receipt	Thu May 30 08:56:18 2019 +0100
     1.3 @@ -1,22 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="osip-dev"
     1.7 -VERSION="3.6.0"
     1.8 +VERSION="5.1.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="SIP library development files."
    1.11 +SHORT_DESC="SIP library - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="LGPL"
    1.14 -WEB_SITE="http://www.gnu.org/software/osip/osip.html"
    1.15 -WANTED="osip"
    1.16 -SOURCE="libosip2"
    1.17 +WEB_SITE="https://www.gnu.org/software/osip/"
    1.18  
    1.19  DEPENDS="pkg-config osip"
    1.20 +SOURCE="libosip2"
    1.21 +WANTED="osip"
    1.22 +
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29 -	cp -a $install/usr/lib $fs/usr
    1.30 +
    1.31 +	cp -a $install/usr/include	$fs/usr
    1.32 +	cp -a $install/usr/lib		$fs/usr
    1.33 +
    1.34  	rm -f $fs/usr/lib/*.so*
    1.35  }
     2.1 --- a/osip/receipt	Thu May 30 08:44:12 2019 +0100
     2.2 +++ b/osip/receipt	Thu May 30 08:56:18 2019 +0100
     2.3 @@ -1,22 +1,25 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="osip"
     2.7 -VERSION="3.6.0"
     2.8 +VERSION="5.1.0"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="SIP library."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="LGPL"
    2.13 +WEB_SITE="https://www.gnu.org/software/osip/"
    2.14 +
    2.15  SOURCE="libosip2"
    2.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.17 -WEB_SITE="http://www.gnu.org/software/osip/osip.html"
    2.18  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22  {
    2.23 -	cd $src
    2.24 -	./configure --prefix=/usr --infodir=/usr/share/info \
    2.25 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.26 +	./configure				\
    2.27 +		--prefix=/usr			\
    2.28 +		--infodir=/usr/share/info	\
    2.29 +		--mandir=/usr/share/man		\
    2.30 +		$CONFIGURE_ARGS &&
    2.31  	make &&
    2.32  	make DESTDIR=$DESTDIR install
    2.33  }