wok diff libupnp-dev/receipt @ rev 22017

xcircuit: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 19 18:20:40 2019 +0200 (2019-10-19)
parents 8ed62ecac0c7
children 6d955cb4f646
line diff
     1.1 --- a/libupnp-dev/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.2 +++ b/libupnp-dev/receipt	Sat Oct 19 18:20:40 2019 +0200
     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  }