wok view libxml2-tools/receipt @ rev 7953

Change -j 4 to -j 1 in mono. Need to do this for it to build.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jan 15 15:55:42 2011 +0000 (2011-01-15)
parents cd97eee8cc1e
children 78f92a2255c1
line source
1 # SliTaz package receipt.
3 PACKAGE="libxml2-tools"
4 VERSION="2.7.8"
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 }