wok view libxml2-tools/receipt @ rev 7324

mirror-tools: add /etc/lighttpd/vhosts.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 18 10:21:49 2010 +0100 (2010-11-18)
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 }