wok-current annotate fcitx-tools/receipt @ rev 22401
expat: use same DL as in Next
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Dec 08 12:26:44 2019 +0000 (2019-12-08) |
parents | 7896f0694ef6 |
children |
rev | line source |
---|---|
hipeng@10959 | 1 # SliTaz package receipt. |
hipeng@10959 | 2 |
hipeng@10959 | 3 PACKAGE="fcitx-tools" |
hipeng@10964 | 4 VERSION="4.1.2" |
hipeng@10959 | 5 CATEGORY="x-window" |
hipeng@10959 | 6 SHORT_DESC="The fcitx-tools package includes some tools of fcitx." |
hipeng@10959 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
pascal@20673 | 9 WEB_SITE="https://fcitx-im.org/wiki/Fcitx" |
hipeng@10959 | 10 WANTED="fcitx" |
hipeng@10959 | 11 |
pascal@15002 | 12 DEPENDS="fcitx" |
pascal@15002 | 13 |
hipeng@10959 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
hipeng@10959 | 15 genpkg_rules() |
hipeng@10959 | 16 { |
hipeng@10959 | 17 mkdir -p $fs/usr/bin/ |
pascal@15002 | 18 cp -a $install/usr/bin/createPYMB $fs/usr/bin/ |
pascal@15002 | 19 cp -a $install/usr/bin/readPYBase $fs/usr/bin/ |
pascal@15002 | 20 cp -a $install/usr/bin/readPYMB $fs/usr/bin/ |
pascal@15002 | 21 cp -a $install/usr/bin/mb2org $fs/usr/bin/ |
pascal@15002 | 22 cp -a $install/usr/bin/mb2txt $fs/usr/bin/ |
pascal@15002 | 23 cp -a $install/usr/bin/scel2org $fs/usr/bin/ |
pascal@15002 | 24 cp -a $install/usr/bin/txt2mb $fs/usr/bin/ |
hipeng@10959 | 25 } |