wok-next diff libxml2-tools/receipt @ rev 19627

busybox: uclibc-cross-compiler-i486 is not compatible with aufs+tmpfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 08 18:20:24 2017 +0100 (2017-02-08)
parents 09959b49f7da
children
line diff
     1.1 --- a/libxml2-tools/receipt	Wed Sep 25 11:39:47 2013 +0000
     1.2 +++ b/libxml2-tools/receipt	Wed Feb 08 18:20:24 2017 +0100
     1.3 @@ -1,21 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxml2-tools"
     1.7 -VERSION="2.8.0"
     1.8 +VERSION="2.9.4"
     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 +WANTED="libxml2"
    1.18  DEPENDS="libxml2"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/bin
    1.24 -	cp -a $install/usr/bin/xmllint $fs/usr/bin
    1.25 -	cp -a $install/usr/bin/xmlcatalog $fs/usr/bin
    1.26 +	cook_copy_files xmllint xmlcatalog
    1.27  }