wok view fcitx-tools/receipt @ rev 22954

updated iperf (2.0.13 -> 3.7)
author Hans-G?nter Theisgen
date Fri Feb 28 15:11:56 2020 +0100 (2020-02-28)
parents 7896f0694ef6
children
line source
1 # SliTaz package receipt.
3 PACKAGE="fcitx-tools"
4 VERSION="4.1.2"
5 CATEGORY="x-window"
6 SHORT_DESC="The fcitx-tools package includes some tools of fcitx."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://fcitx-im.org/wiki/Fcitx"
10 WANTED="fcitx"
12 DEPENDS="fcitx"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin/
18 cp -a $install/usr/bin/createPYMB $fs/usr/bin/
19 cp -a $install/usr/bin/readPYBase $fs/usr/bin/
20 cp -a $install/usr/bin/readPYMB $fs/usr/bin/
21 cp -a $install/usr/bin/mb2org $fs/usr/bin/
22 cp -a $install/usr/bin/mb2txt $fs/usr/bin/
23 cp -a $install/usr/bin/scel2org $fs/usr/bin/
24 cp -a $install/usr/bin/txt2mb $fs/usr/bin/
25 }