wok view scim-tables-ja/receipt @ rev 9404

Up: slitaz-mercurial-style to 1.0.7. You didn't tag. Also no need for high jumps since it will make everything else 2.0.x for linearer versioning.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Mar 27 18:50:59 2011 +0000 (2011-03-27)
parents
children 20b9600c7f0c
line source
1 # SliTaz package receipt.
3 PACKAGE="scim-tables-ja"
4 VERSION="0.5.9"
5 CATEGORY="x-window"
6 SHORT_DESC="Japanese input method data tables for SCIM platform."
7 MAINTAINER="rocky@slitaz.org"
8 DEPENDS="scim-tables-base"
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 }