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

slitaz-*-configs*: Update receipt
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 18 04:11:16 2014 +0200 (2014-04-18)
parents 0a1ea3b2bbde
children 774a11579165
line source
1 # SliTaz package receipt.
3 PACKAGE="scim-tables-additional"
4 VERSION="0.5.9"
5 CATEGORY="x-window"
6 SHORT_DESC="Miscellaneous 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"
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 }