wok view vcdimager-xmltools/receipt @ rev 6654

Added linux-api-headers. This is like linux-headers but it doesn't depend on linux to be build. Also this means we can update the kernel without rebuild the toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 02:17:02 2010 +0000 (2010-10-11)
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 }