wok-next view 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 source
1 # SliTaz package receipt.
3 PACKAGE="libxml2-tools"
4 VERSION="2.9.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="The xmllint tester and xmlcatalog parser utility."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://xmlsoft.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="libxml2"
13 DEPENDS="libxml2"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files xmllint xmlcatalog
19 }