# HG changeset patch # User Hans-G?nter Theisgen # Date 1559202978 -3600 # Node ID 797cb3b8865a7332c4c154881704c10ae0c6bcea # Parent 79721c381319dd841604b6a35357bf92cbd847f6 updated osip and osip-dev (3.6.0 -> 5.1.0) diff -r 79721c381319 -r 797cb3b8865a osip-dev/receipt --- a/osip-dev/receipt Thu May 30 08:44:12 2019 +0100 +++ b/osip-dev/receipt Thu May 30 08:56:18 2019 +0100 @@ -1,22 +1,25 @@ # SliTaz package receipt. PACKAGE="osip-dev" -VERSION="3.6.0" +VERSION="5.1.0" CATEGORY="development" -SHORT_DESC="SIP library development files." +SHORT_DESC="SIP library - development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL" -WEB_SITE="http://www.gnu.org/software/osip/osip.html" -WANTED="osip" -SOURCE="libosip2" +WEB_SITE="https://www.gnu.org/software/osip/" DEPENDS="pkg-config osip" +SOURCE="libosip2" +WANTED="osip" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib $fs/usr + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib $fs/usr + rm -f $fs/usr/lib/*.so* } diff -r 79721c381319 -r 797cb3b8865a osip/receipt --- a/osip/receipt Thu May 30 08:44:12 2019 +0100 +++ b/osip/receipt Thu May 30 08:56:18 2019 +0100 @@ -1,22 +1,25 @@ # SliTaz package receipt. PACKAGE="osip" -VERSION="3.6.0" +VERSION="5.1.0" CATEGORY="network" SHORT_DESC="SIP library." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL" +WEB_SITE="https://www.gnu.org/software/osip/" + SOURCE="libosip2" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.gnu.org/software/osip/osip.html" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install }