wok view libxml2-tools/receipt @ rev 6339

wbarconf : add pt_BR translation (thanks blconde)
author Antoine Bodin <gokhlayeh@mailoo.org>
date Sun Sep 19 13:33:36 2010 +0200 (2010-09-19)
parents 7afec9d4a03e
children 0ec61552352b
line source
1 # SliTaz package receipt.
3 PACKAGE="libxml2-tools"
4 VERSION="2.7.7"
5 CATEGORY="system-tools"
6 SHORT_DESC="The xmllint tester and xmlcatalog parser utility."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://xmlsoft.org/"
9 DEPENDS="libxml2"
10 WANTED="libxml2"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/xmllint $fs/usr/bin
17 cp -a $_pkg/usr/bin/xmlcatalog $fs/usr/bin
18 }