wok-next diff scim-tables-additional/receipt @ rev 4137
Fix: libexo, add herlpers patch
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:31:05 2009 +0000 (2009-09-20) |
parents | |
children | 22edcb980769 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/scim-tables-additional/receipt Sun Sep 20 13:31:05 2009 +0000 1.3 @@ -0,0 +1,41 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="scim-tables-additional" 1.7 +VERSION="0.5.9" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Miscellaneous input method data tables for SCIM platform." 1.10 +MAINTAINER="rocky@slitaz.org" 1.11 +DEPENDS="scim-tables-base" 1.12 +WANTED="scim-tables" 1.13 +WEB_SITE="http://www.scim-im.org/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs 1.19 + cp -a $_pkg/usr/share/scim $fs 1.20 + 1.21 + # Rm ja files. 1.22 + echo -n "Removing all ja files..." 1.23 + for file in `cat $WOK/scim-tables-ja/taz/scim-tables-ja-$VERSION/files.list` 1.24 + do 1.25 + rm -f ${fs}$file 1.26 + done 1.27 + status 1.28 + 1.29 + # Rm ko files. 1.30 + echo -n "Removing all ko files..." 1.31 + for file in `cat $WOK/scim-tables-ko/taz/scim-tables-ko-$VERSION/files.list` 1.32 + do 1.33 + rm -f ${fs}$file 1.34 + done 1.35 + status 1.36 + 1.37 + # Rm zh files. 1.38 + echo -n "Removing all zh files..." 1.39 + for file in `cat $WOK/scim-tables-zh/taz/scim-tables-zh-$VERSION/files.list` 1.40 + do 1.41 + rm -f ${fs}$file 1.42 + done 1.43 + status 1.44 +}