wok view libxml2-tools/receipt @ rev 22050
updated trash-cli (0.12.9.14 -> 0.17.1.14)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 22 16:19:59 2019 +0100 (2019-10-22) |
parents | 09959b49f7da |
children | 4a6f38ef4e12 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libxml2-tools"
4 VERSION="2.9.9"
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/"
11 DEPENDS="libxml2"
12 WANTED="libxml2"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
21 cp -a $install/usr/bin/xmllint $fs/usr/bin
22 cp -a $install/usr/bin/xmlcatalog $fs/usr/bin
23 }