wok view fcitx-tools/receipt @ rev 23836
Up jbig2dec (0.18), metasploit (5.0.91), nginx (1.19.0), spamassassin (3.4.4), sqlite (3.32.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 01 10:15:25 2020 +0000 (2020-06-01) |
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 }