wok view scim-tables-additional/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 774a11579165
children 98eb7c7288b5
line source
1 # SliTaz package receipt.
3 PACKAGE="scim-tables-additional"
4 VERSION="0.5.14.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Miscellaneous 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
18 cp -a $install/usr/share/scim $fs/usr/share
20 if false; then # spurrious things...
21 # Rm ja files.
22 echo -n "Removing all ja files..."
23 for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list`
24 do
25 rm -f ${fs}$file
26 done
27 status
29 # Rm ko files.
30 echo -n "Removing all ko files..."
31 for file in `cat $WOK/scim-tables-ko/taz/scim-tables-ko-$VERSION/files.list`
32 do
33 rm -f ${fs}$file
34 done
35 status
37 # Rm zh files.
38 echo -n "Removing all zh files..."
39 for file in `cat $WOK/scim-tables-zh/taz/scim-tables-zh-$VERSION/files.list`
40 do
41 rm -f ${fs}$file
42 done
43 status
44 fi
45 }