wok view vcdimager-xmltools/receipt @ rev 7974

Fix: net-snmp needs -j1 to install correctly
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 17 17:55:29 2011 +0100 (2011-01-17)
parents ba3a9fbcb149
children 129bb5b11a7e
line source
1 # SliTaz package receipt
4 PACKAGE="vcdimager-xmltools"
5 VERSION="0.7.23"
6 CATEGORY="multimedia"
7 SHORT_DESC="vcd xml and diagnostic tools from vcdimager"
8 MAINTAINER="jozee@slitaz.org"
9 DEPENDS="vcdimager"
10 WANTED="vcdimager"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://www.vcdimager.org/"
13 TAGS="vcd"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin $fs/usr/lib
19 cp -a $_pkg/usr/bin/ $fs/usr
20 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
21 rm $fs/usr/bin/vcdimager
23 }