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

slitaz-i18n-extra/stuff/locale-pack.conf: add isomaster to EXTRA_PKGS
author Richard Dunbar <mojo@slitaz.org>
date Fri Feb 20 18:12:30 2015 -0500 (2015-02-20)
parents 2b2c37045605
children 774a11579165
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 LICENSE="GPL2"
9 WANTED="scim-tables"
10 WEB_SITE="http://www.scim-im.org/"
12 DEPENDS="scim-tables-base wqy-bitmapfont"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables
18 for file in `cat stuff/wanted-files.list`
19 do
20 cp -a $install$file ${fs}$file
21 done
22 }