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

Add mdocml (very light man formatter), mdocml-extra, mdocml-cgi, mdocml-man, mdocml-dev. Now we can use 'mandoc /usr/share/man/man1/xterm.1 | less' to see well formatted manpage, but we still need 'man' wrapper to mandoc to search and page man pages. Cgi and other packages yet not tested at all.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Dec 09 17:07:54 2012 +0000 (2012-12-09)
parents
children 20b9600c7f0c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/scim-tables-zh/receipt	Sun Dec 09 17:07:54 2012 +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 +}