wok-6.x view libxml2-tools/receipt @ rev 6533
Up: gimp, gimp-console, gimp-dev, gimp-plug-ins to 2.6.11.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 04 19:32:48 2010 +0000 (2010-10-04) |
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 }