wok view vcdimager-xmltools/receipt @ rev 24474

updated desktop-file-utils and desktop-file-utils-extra (0.24 -> 0.26)
author Hans-G?nter Theisgen
date Thu Feb 17 17:07:56 2022 +0100 (2022-02-17)
parents 2a21689b0af7
children
line source
1 # SliTaz package receipt
3 PACKAGE="vcdimager-xmltools"
4 VERSION="2.0.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="vcd xml and diagnostic tools from vcdimager"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="vcdimager"
10 WEB_SITE="http://www.vcdimager.org/"
11 TAGS="vcd"
13 DEPENDS="vcdimager"
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 $install/usr/bin/ $fs/usr
20 cp -a $install/usr/lib/*.so* $fs/usr/lib
21 rm $fs/usr/bin/vcdimager
22 }