wok-stable diff fcitx-tools/receipt @ rev 10959

fcitx: up to v4.1.1
author Liu Peng <hipeng@yahoo.com>
date Tue Sep 20 20:36:39 2011 +0800 (2011-09-20)
parents
children 79a6b0b967a1
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fcitx-tools/receipt	Tue Sep 20 20:36:39 2011 +0800
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="fcitx-tools"
     1.7 +VERSION="4.1.1"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="The fcitx-tools package includes some tools of fcitx."
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +DEPENDS="fcitx"
    1.12 +WEB_SITE="http://code.google.com/p/fcitx/"
    1.13 +WANTED="fcitx"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +    mkdir -p $fs/usr/bin/
    1.19 +    cp -a $_pkg/usr/bin/createPYMB $fs/usr/bin/
    1.20 +    cp -a $_pkg/usr/bin/readPYBase $fs/usr/bin/
    1.21 +    cp -a $_pkg/usr/bin/readPYMB $fs/usr/bin/
    1.22 +    cp -a $_pkg/usr/bin/mb2org $fs/usr/bin/
    1.23 +    cp -a $_pkg/usr/bin/mb2txt $fs/usr/bin/
    1.24 +    cp -a $_pkg/usr/bin/scel2org $fs/usr/bin/
    1.25 +    cp -a $_pkg/usr/bin/txt2mb $fs/usr/bin/
    1.26 +}