wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="scim-tables-zh"
4 VERSION="0.5.9"
5 CATEGORY="x-window"
6 SHORT_DESC="Chinese input method data tables for SCIM platform."
7 MAINTAINER="rocky@slitaz.org"
8 DEPENDS="scim-tables-base wqy-bitmapfont"
9 WANTED="scim-tables"
10 WEB_SITE="http://www.scim-im.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables
16 for file in `cat stuff/wanted-files.list`
17 do
18 cp -a ${_pkg}$file ${fs}$file
19 done
20 }