wok view libxml2-tools/receipt @ rev 21178

pam_ldap, asciiquarium: update website
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 01 19:33:51 2019 +0200 (2019-04-01)
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 }