wok diff scim-tables-zh/receipt @ rev 5053

fix typos: libgphoto2
author Rohit Joshi <jozee@slitaz.org>
date Sat Mar 06 18:51:17 2010 +0000 (2010-03-06)
parents
children 20b9600c7f0c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/scim-tables-zh/receipt	Sat Mar 06 18:51:17 2010 +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 +}