wok diff libupnp/receipt @ rev 22236

updated xorg-libpciaccess and xorg-libpciaccess-dev (0.13.1 -> 1.16)
author Hans-G?nter Theisgen
date Tue Nov 12 08:56:26 2019 +0100 (2019-11-12)
parents 8d6f480bf664
children 6d955cb4f646
line diff
     1.1 --- a/libupnp/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/libupnp/receipt	Tue Nov 12 08:56:26 2019 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libupnp"
     1.7 -VERSION="1.6.17"
     1.8 +VERSION="1.8.4"
     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 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://pupnp.sourceforge.net/"
    1.17  WGET_URL="$SF_MIRROR/pupnp/$TARBALL"
    1.18  
    1.19  DEPENDS="libxml2"
    1.20 @@ -16,11 +17,11 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25 -	./configure \
    1.26 -		--prefix=/usr \
    1.27 +	./configure			\
    1.28 +		--prefix=/usr		\
    1.29 +		--disable-largefile	\
    1.30  		$CONFIGURE_ARGS &&
    1.31 -	make &&
    1.32 +	make -j 1 &&
    1.33  	make DESTDIR=$DESTDIR install
    1.34  }
    1.35