wok view libxml2-tools/receipt @ rev 14274

njconnect - source file is now fixed on upstream level ;-)
author Pawel P. <xj@wp.pl>
date Fri Apr 05 12:14:08 2013 +0000 (2013-04-05)
parents 27727d07d680
children 09959b49f7da
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 WEB_SITE="http://xmlsoft.org/"
9 DEPENDS="libxml2"
10 WANTED="libxml2"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $install/usr/bin/xmllint $fs/usr/bin
18 cp -a $install/usr/bin/xmlcatalog $fs/usr/bin
19 }