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

Add perl-netaddr-ip & spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 23:13:17 2019 +0100 (2019-11-15)
parents 20b9600c7f0c
children 667a6ebad331
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="http://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 }