wok-next view libxml2-tools/receipt @ rev 6017

icedtea6: Upgrade to 1.8.1
author Matthew Sheets <rcx@zoominternet.net>
date Sat Aug 14 21:49:48 2010 +0000 (2010-08-14)
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 }