wok view scim-tables-ja/receipt @ rev 23158
updated lyx, lyx-doc lyx-examples and lyx-locales (2.0.5.1 -> 2.3.4.4)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 17 13:34:46 2020 +0100 (2020-03-17) |
parents | 774a11579165 |
children | 98eb7c7288b5 |
line source
1 # SliTaz package receipt.
3 PACKAGE="scim-tables-ja"
4 VERSION="0.5.14.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Japanese input method data tables for SCIM platform."
7 MAINTAINER="rocky@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.scim-im.org/"
11 WANTED="scim-tables"
12 DEPENDS="scim-tables-base"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/scim/icons
18 mkdir -p $fs/usr/share/scim/tables
20 for file in `cat stuff/wanted-files.list`
21 do
22 cp -a $install$file ${fs}$file
23 done
24 }