wok view libxml2-tools/receipt @ rev 15268

libxml2, libxslt: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 25 11:39:47 2013 +0000 (2013-09-25)
parents 8b30da0aa071
children 0253e30fe373
line source
1 # SliTaz package receipt.
3 PACKAGE="libxml2-tools"
4 VERSION="2.8.0"
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 WANTED="libxml2"
11 HOST_ARCH="i486 arm"
13 DEPENDS="libxml2"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp -a $install/usr/bin/xmllint $fs/usr/bin
20 cp -a $install/usr/bin/xmlcatalog $fs/usr/bin
21 }