wok view fcitx-tools/receipt @ rev 15099

tty-clock: update wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 12:20:24 2013 +0000 (2013-08-14)
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 }