wok view fcitx-tools/receipt @ rev 19882

bluez: add SIM access profile support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 03 10:59:15 2017 +0200 (2017-04-03)
parents 79a6b0b967a1
children e3f377fbc5f0
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="http://code.google.com/p/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 }