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

Up: libcdio, libcdio-dev, libcdio-utils to 0.82.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 09 20:36:57 2010 +0000 (2010-09-09)
parents 2b2c37045605
children 0a1ea3b2bbde
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 {
pascal@4209 15 mkdir -p $fs/usr/share
pascal@4209 16 cp -a $_pkg/usr/share/scim $fs/usr/share
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 }