wok-current view fcitx-tools/receipt @ rev 23973

Up openconnect (8.10), openexr (2.5.3), openldap (2.4.55), openssh (8.4p1), openvswitch (2.14.0), phpmyadmin (5.0.4), rust (1.47.0), shellinabox (2.21)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 12:04:50 2020 +0000 (2020-10-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 }