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

Add: hexchat (2.9.6.1). Suggest removing XChat
author Alexander Medvedev <devl547@gmail.com>
date Sun Mar 30 15:23:23 2014 +0000 (2014-03-30)
parents 0a1ea3b2bbde
children 774a11579165
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"
pascal@15132 8 LICENSE="GPL2"
rocky@3549 9 WANTED="scim-tables"
rocky@3549 10 WEB_SITE="http://www.scim-im.org/"
rocky@3549 11
pascal@15132 12 DEPENDS="scim-tables-base"
pascal@15132 13
rocky@3549 14 # Rules to gen a SliTaz package suitable for Tazpkg.
rocky@3549 15 genpkg_rules()
rocky@3549 16 {
pascal@4209 17 mkdir -p $fs/usr/share
pascal@15132 18 cp -a $install/usr/share/scim $fs/usr/share
rocky@3549 19
pascal@9117 20 if false; then # spurrious things...
rocky@3549 21 # Rm ja files.
rocky@3549 22 echo -n "Removing all ja files..."
rocky@3549 23 for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list`
rocky@3549 24 do
rocky@3549 25 rm -f ${fs}$file
rocky@3549 26 done
rocky@3549 27 status
rocky@3549 28
rocky@3549 29 # Rm ko files.
rocky@3549 30 echo -n "Removing all ko files..."
rocky@3549 31 for file in `cat $WOK/scim-tables-ko/taz/scim-tables-ko-$VERSION/files.list`
rocky@3549 32 do
rocky@3549 33 rm -f ${fs}$file
rocky@3549 34 done
rocky@3549 35 status
rocky@3549 36
rocky@3549 37 # Rm zh files.
rocky@3549 38 echo -n "Removing all zh files..."
rocky@3549 39 for file in `cat $WOK/scim-tables-zh/taz/scim-tables-zh-$VERSION/files.list`
rocky@3549 40 do
rocky@3549 41 rm -f ${fs}$file
rocky@3549 42 done
rocky@3549 43 status
pascal@9117 44 fi
rocky@3549 45 }