wok view scim-tables-zh/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents
children 20b9600c7f0c
line source
1 # SliTaz package receipt.
3 PACKAGE="scim-tables-zh"
4 VERSION="0.5.9"
5 CATEGORY="x-window"
6 SHORT_DESC="Chinese input method data tables for SCIM platform."
7 MAINTAINER="rocky@slitaz.org"
8 DEPENDS="scim-tables-base wqy-bitmapfont"
9 WANTED="scim-tables"
10 WEB_SITE="http://www.scim-im.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables
16 for file in `cat stuff/wanted-files.list`
17 do
18 cp -a ${_pkg}$file ${fs}$file
19 done
20 }