wok-current annotate mdocml-cgi/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 | 23c3aed67cd9 |
rev | line source |
---|---|
al@13688 | 1 # SliTaz package receipt. |
al@13688 | 2 |
al@13688 | 3 PACKAGE="mdocml-cgi" |
al@13688 | 4 VERSION="1.12.1" |
al@13688 | 5 CATEGORY="development" |
al@13688 | 6 SHORT_DESC="CGI files for mdocml" |
al@13688 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@13688 | 8 WEB_SITE="http://mdocml.bsd.lv/" |
al@13688 | 9 WANTED="mdocml" |
al@13688 | 10 DEPENDS="glibc-base libdb" |
al@13688 | 11 |
al@13688 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@13688 | 13 genpkg_rules() |
al@13688 | 14 { |
al@13688 | 15 mkdir -p $fs/var |
al@13688 | 16 cp -a $_pkg/var/www $fs/var |
al@13688 | 17 } |