wok diff libupnp/receipt @ rev 25075

created recipe for alsa-ucm-conf
author Hans-G?nter Theisgen
date Tue Jun 14 07:07:03 2022 +0100 (2022-06-14)
parents bc2b9d9bed6f
children 7364ffdaaa60
line diff
     1.1 --- a/libupnp/receipt	Sun Mar 06 21:04:14 2022 +0000
     1.2 +++ b/libupnp/receipt	Tue Jun 14 07:07:03 2022 +0100
     1.3 @@ -1,18 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libupnp"
     1.7 -VERSION="1.12.0"
     1.8 +VERSION="1.14.12"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="The portable Universal Plug and Play (UPnP)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 -WEB_SITE="https://pupnp.sourceforge.io/"
    1.14 +WEB_SITE="https://github.com/pupnp/pupnp"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WGET_URL="$SF_MIRROR/pupnp/$TARBALL"
    1.18 +WGET_URL="https://github.com/pupnp/pupnp/releases/download/release-$VERSION/$TARBALL"
    1.19  
    1.20  DEPENDS="libxml2"
    1.21 -BUILD_DEPENDS="libxml2-dev libpthread-stubs"
    1.22 +BUILD_DEPENDS="libpthread-stubs libxml2-dev"
    1.23  
    1.24  # What is the latest version available today?
    1.25  current_version()
    1.26 @@ -28,13 +28,12 @@
    1.27  		--prefix=/usr		\
    1.28  		--disable-largefile	\
    1.29  		$CONFIGURE_ARGS &&
    1.30 -	make -j 1 &&
    1.31 -	make DESTDIR=$DESTDIR install
    1.32 +	make &&
    1.33 +	make install DESTDIR=$DESTDIR
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.37  genpkg_rules()
    1.38  {
    1.39 -	mkdir -p $fs/usr/lib
    1.40 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.41 +	cook_copy_files	*.so*
    1.42  }