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

Autofs: copy content to proper paths
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Nov 06 01:33:15 2012 -0200 (2012-11-06)
parents 22edcb980769
children 20b9600c7f0c
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 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
16 cp -a $_pkg/usr/share/scim $fs/usr/share
18 if false; then # spurrious things...
19 # Rm ja files.
20 echo -n "Removing all ja files..."
21 for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list`
22 do
23 rm -f ${fs}$file
24 done
25 status
27 # Rm ko files.
28 echo -n "Removing all ko files..."
29 for file in `cat $WOK/scim-tables-ko/taz/scim-tables-ko-$VERSION/files.list`
30 do
31 rm -f ${fs}$file
32 done
33 status
35 # Rm zh files.
36 echo -n "Removing all zh files..."
37 for file in `cat $WOK/scim-tables-zh/taz/scim-tables-zh-$VERSION/files.list`
38 do
39 rm -f ${fs}$file
40 done
41 status
42 fi
43 }