wok rev 21327
updated libupnp and libupnp-dev (1.6.17 -> 1.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 19 10:18:27 2019 +0100 (2019-04-19) |
parents | 6ef615abdd86 |
children | 81242ce6ec71 |
files | libupnp-dev/receipt libupnp/receipt |
line diff
1.1 --- a/libupnp-dev/receipt Fri Apr 19 10:02:57 2019 +0100 1.2 +++ b/libupnp-dev/receipt Fri Apr 19 10:18:27 2019 +0100 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libupnp-dev" 1.7 -VERSION="1.6.17" 1.8 +VERSION="1.8.4" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="LibUpnP devel files." 1.11 +SHORT_DESC="LibUpnP development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://pupnp.sourceforge.io/" 1.15 + 1.16 WANTED="libupnp" 1.17 -WEB_SITE="http://pupnp.sourceforge.net/" 1.18 - 1.19 DEPENDS="libupnp pkg-config" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 - cp -a $install/usr/include $fs/usr 1.28 + 1.29 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.30 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.31 + cp -a $install/usr/include $fs/usr 1.32 }
2.1 --- a/libupnp/receipt Fri Apr 19 10:02:57 2019 +0100 2.2 +++ b/libupnp/receipt Fri Apr 19 10:18:27 2019 +0100 2.3 @@ -1,13 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libupnp" 2.7 -VERSION="1.6.17" 2.8 +VERSION="1.8.4" 2.9 CATEGORY="network" 2.10 SHORT_DESC="The portable Universal Plug and Play (UPnP)." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 LICENSE="BSD" 2.13 +WEB_SITE="https://pupnp.sourceforge.io/" 2.14 + 2.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.16 -WEB_SITE="http://pupnp.sourceforge.net/" 2.17 WGET_URL="$SF_MIRROR/pupnp/$TARBALL" 2.18 2.19 DEPENDS="libxml2" 2.20 @@ -16,11 +17,11 @@ 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 { 2.24 - cd $src 2.25 - ./configure \ 2.26 - --prefix=/usr \ 2.27 + ./configure \ 2.28 + --prefix=/usr \ 2.29 + --disable-largefile \ 2.30 $CONFIGURE_ARGS && 2.31 - make && 2.32 + make -j 1 && 2.33 make DESTDIR=$DESTDIR install 2.34 } 2.35