wok diff libxml2-tools/receipt @ rev 21820

syslinux/kbd: check kbd malloc pointer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 11:41:26 2019 +0200 (2019-08-25)
parents 09959b49f7da
children 4a6f38ef4e12
line diff
     1.1 --- a/libxml2-tools/receipt	Wed Sep 25 11:39:47 2013 +0000
     1.2 +++ b/libxml2-tools/receipt	Sun Aug 25 11:41:26 2019 +0200
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxml2-tools"
     1.7 -VERSION="2.8.0"
     1.8 +VERSION="2.9.9"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The xmllint tester and xmlcatalog parser utility."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="http://xmlsoft.org/"
    1.14 -WANTED="libxml2"
    1.15 -HOST_ARCH="i486 arm"
    1.16  
    1.17  DEPENDS="libxml2"
    1.18 +WANTED="libxml2"
    1.19 +
    1.20 +HOST_ARCH="i486 arm"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr/bin
    1.26 -	cp -a $install/usr/bin/xmllint $fs/usr/bin
    1.27 -	cp -a $install/usr/bin/xmlcatalog $fs/usr/bin
    1.28 +
    1.29 +	cp -a $install/usr/bin/xmllint		$fs/usr/bin
    1.30 +	cp -a $install/usr/bin/xmlcatalog	$fs/usr/bin
    1.31  }