wok diff xerces-c-dev/receipt @ rev 22868

updated gnutls and gnutls-dev again (3.3.16 -> 3.6.12)
author Hans-G?nter Theisgen
date Fri Feb 21 15:22:35 2020 +0100 (2020-02-21)
parents 3af9c976b7d4
children 2117e19cae0b
line diff
     1.1 --- a/xerces-c-dev/receipt	Thu Dec 05 12:49:52 2013 +0000
     1.2 +++ b/xerces-c-dev/receipt	Fri Feb 21 15:22:35 2020 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xerces-c-dev"
     1.7 -VERSION="3.1.1"
     1.8 +VERSION="3.2.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="xerces-c devel files."
    1.11 -WEB_SITE="http://xerces.apache.org/"
    1.12 +SHORT_DESC="xerces-c - development files."
    1.13  MAINTAINER="rcx@zoominternet.net"
    1.14  LICENSE="Apache"
    1.15 -WANTED="xerces-c"
    1.16 +WEB_SITE="https://xerces.apache.org/xerces-c/"
    1.17  
    1.18  DEPENDS="pkg-config"
    1.19 +WANTED="xerces-c"
    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/pkgconfig $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.27 -	cp -a $install/usr/include $fs/usr
    1.28 +
    1.29 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.30 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.31 +	cp -a $install/usr/include		$fs/usr
    1.32  }