wok annotate scim-tables-additional/receipt @ rev 23956
Up tazpanel (636)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 27 16:29:16 2020 +0000 (2020-09-27) |
parents | 774a11579165 |
children | 98eb7c7288b5 |
rev | line source |
---|---|
rocky@3549 | 1 # SliTaz package receipt. |
rocky@3549 | 2 |
rocky@3549 | 3 PACKAGE="scim-tables-additional" |
Hans-G?nter@21217 | 4 VERSION="0.5.14.1" |
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" |
pascal@22398 | 9 WEB_SITE="https://www.scim-im.org/" |
rocky@3549 | 10 |
Hans-G?nter@21217 | 11 WANTED="scim-tables" |
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 { |
Hans-G?nter@21217 | 17 mkdir -p $fs/usr/share |
Hans-G?nter@21217 | 18 cp -a $install/usr/share/scim $fs/usr/share |
rocky@3549 | 19 |
Hans-G?nter@21217 | 20 if false; then # spurrious things... |
Hans-G?nter@21217 | 21 # Rm ja files. |
Hans-G?nter@21217 | 22 echo -n "Removing all ja files..." |
Hans-G?nter@21217 | 23 for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list` |
Hans-G?nter@21217 | 24 do |
Hans-G?nter@21217 | 25 rm -f ${fs}$file |
Hans-G?nter@21217 | 26 done |
Hans-G?nter@21217 | 27 status |
rocky@3549 | 28 |
Hans-G?nter@21217 | 29 # Rm ko files. |
Hans-G?nter@21217 | 30 echo -n "Removing all ko files..." |
Hans-G?nter@21217 | 31 for file in `cat $WOK/scim-tables-ko/taz/scim-tables-ko-$VERSION/files.list` |
Hans-G?nter@21217 | 32 do |
Hans-G?nter@21217 | 33 rm -f ${fs}$file |
Hans-G?nter@21217 | 34 done |
Hans-G?nter@21217 | 35 status |
rocky@3549 | 36 |
Hans-G?nter@21217 | 37 # Rm zh files. |
Hans-G?nter@21217 | 38 echo -n "Removing all zh files..." |
Hans-G?nter@21217 | 39 for file in `cat $WOK/scim-tables-zh/taz/scim-tables-zh-$VERSION/files.list` |
Hans-G?nter@21217 | 40 do |
Hans-G?nter@21217 | 41 rm -f ${fs}$file |
Hans-G?nter@21217 | 42 done |
Hans-G?nter@21217 | 43 status |
Hans-G?nter@21217 | 44 fi |
rocky@3549 | 45 } |