wok view vcdimager-xmltools/receipt @ rev 8615

Fix: replace exit 1 by return 1 in receipts (exit broke cook-list function)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 19:09:46 2011 +0100 (2011-02-14)
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 }