wok view vcdimager-xmltools/receipt @ rev 17009

Add gnome-hearts
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 14:41:19 2014 -0300 (2014-08-12)
parents 129bb5b11a7e
children d70ed9488748
line source
1 # SliTaz package receipt
3 PACKAGE="vcdimager-xmltools"
4 VERSION="0.7.23"
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 }