wok-next diff libupnp/receipt @ rev 18940

Up musl-libc (1.1.14) CVE-2015-1817
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 02 11:58:42 2016 +0100 (2016-03-02)
parents 285253ecf6e2
children c3a368c0cddb
line diff
     1.1 --- a/libupnp/receipt	Thu Apr 19 10:06:58 2012 +0000
     1.2 +++ b/libupnp/receipt	Wed Mar 02 11:58:42 2016 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="The portable Universal Plug and Play (UPnP)."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="libxml2"
     1.8 -BUILD_DEPENDS="libxml2-dev libpthread-stubs"
     1.9 +LICENSE="BSD"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://pupnp.sourceforge.net/"
    1.12  WGET_URL="$SF_MIRROR/pupnp/$TARBALL"
    1.13  
    1.14 +DEPENDS="libxml2"
    1.15 +BUILD_DEPENDS="libxml2-dev libpthread-stubs"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -26,5 +28,5 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.25 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.26  }