wok-next diff scim-tables-ko/receipt @ rev 4080
Up: coreutils (7.6)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Sep 15 17:01:42 2009 +0200 (2009-09-15) |
parents | |
children | 20b9600c7f0c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/scim-tables-ko/receipt Tue Sep 15 17:01:42 2009 +0200 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="scim-tables-ko" 1.7 +VERSION="0.5.9" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Korean 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/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 +}