wok annotate fcitx-tools/receipt @ rev 17898
Add clearlooks-colors.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 03 01:31:15 2015 +0300 (2015-04-03) |
parents | 79a6b0b967a1 |
children | e3f377fbc5f0 |
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" |
hipeng@10959 | 9 WEB_SITE="http://code.google.com/p/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 } |