wok-stable diff scim-tables-zh/receipt @ rev 8407
Up: desktop-file-utils to 0.18.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 05 15:27:24 2011 +0000 (2011-02-05) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/scim-tables-zh/receipt Sat Feb 05 15:27:24 2011 +0000 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="scim-tables-zh" 1.7 +VERSION="0.5.9" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Chinese input method data tables for SCIM platform." 1.10 +MAINTAINER="rocky@slitaz.org" 1.11 +DEPENDS="scim-tables-base wqy-bitmapfont" 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/usr/share/scim/icons $fs/usr/share/scim/tables 1.19 + for file in `cat stuff/wanted-files.list` 1.20 + do 1.21 + cp -a ${_pkg}$file ${fs}$file 1.22 + done 1.23 +}