wok view vcdimager-xmltools/receipt @ rev 8413

Fix: shared-mime-info is now compile with -j1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 05 16:33:30 2011 +0000 (2011-02-05)
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 }