wok-current annotate scim-tables-additional/receipt @ rev 11550
Add gtklp form wok-undigest
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 25 15:18:57 2011 +0100 (2011-12-25) |
parents | 22edcb980769 |
children | 20b9600c7f0c |
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 |
pascal@9117 | 18 if false; then # spurrious things... |
rocky@3549 | 19 # Rm ja files. |
rocky@3549 | 20 echo -n "Removing all ja files..." |
rocky@3549 | 21 for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list` |
rocky@3549 | 22 do |
rocky@3549 | 23 rm -f ${fs}$file |
rocky@3549 | 24 done |
rocky@3549 | 25 status |
rocky@3549 | 26 |
rocky@3549 | 27 # Rm ko files. |
rocky@3549 | 28 echo -n "Removing all ko files..." |
rocky@3549 | 29 for file in `cat $WOK/scim-tables-ko/taz/scim-tables-ko-$VERSION/files.list` |
rocky@3549 | 30 do |
rocky@3549 | 31 rm -f ${fs}$file |
rocky@3549 | 32 done |
rocky@3549 | 33 status |
rocky@3549 | 34 |
rocky@3549 | 35 # Rm zh files. |
rocky@3549 | 36 echo -n "Removing all zh files..." |
rocky@3549 | 37 for file in `cat $WOK/scim-tables-zh/taz/scim-tables-zh-$VERSION/files.list` |
rocky@3549 | 38 do |
rocky@3549 | 39 rm -f ${fs}$file |
rocky@3549 | 40 done |
rocky@3549 | 41 status |
pascal@9117 | 42 fi |
rocky@3549 | 43 } |