wok annotate scim-tables-additional/receipt @ rev 3996

h8300-gcc: fix FSH (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 30 16:04:45 2009 +0200 (2009-08-30)
parents
children 22edcb980769
rev   line source
rocky@3549 1 # SliTaz package receipt.
rocky@3549 2
rocky@3549 3 PACKAGE="scim-tables-additional"
rocky@3549 4 VERSION="0.5.9"
rocky@3549 5 CATEGORY="x-window"
rocky@3549 6 SHORT_DESC="Miscellaneous input method data tables for SCIM platform."
rocky@3549 7 MAINTAINER="rocky@slitaz.org"
rocky@3549 8 DEPENDS="scim-tables-base"
rocky@3549 9 WANTED="scim-tables"
rocky@3549 10 WEB_SITE="http://www.scim-im.org/"
rocky@3549 11
rocky@3549 12 # Rules to gen a SliTaz package suitable for Tazpkg.
rocky@3549 13 genpkg_rules()
rocky@3549 14 {
rocky@3549 15 mkdir -p $fs
rocky@3549 16 cp -a $_pkg/usr/share/scim $fs
rocky@3549 17
rocky@3549 18 # Rm ja files.
rocky@3549 19 echo -n "Removing all ja files..."
rocky@3549 20 for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list`
rocky@3549 21 do
rocky@3549 22 rm -f ${fs}$file
rocky@3549 23 done
rocky@3549 24 status
rocky@3549 25
rocky@3549 26 # Rm ko files.
rocky@3549 27 echo -n "Removing all ko files..."
rocky@3549 28 for file in `cat $WOK/scim-tables-ko/taz/scim-tables-ko-$VERSION/files.list`
rocky@3549 29 do
rocky@3549 30 rm -f ${fs}$file
rocky@3549 31 done
rocky@3549 32 status
rocky@3549 33
rocky@3549 34 # Rm zh files.
rocky@3549 35 echo -n "Removing all zh files..."
rocky@3549 36 for file in `cat $WOK/scim-tables-zh/taz/scim-tables-zh-$VERSION/files.list`
rocky@3549 37 do
rocky@3549 38 rm -f ${fs}$file
rocky@3549 39 done
rocky@3549 40 status
rocky@3549 41 }