wok view defrag/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 10baa41a7882
line source
1 # SliTaz package receipt.
3 PACKAGE="defrag"
4 VERSION="0.08"
5 CATEGORY="misc"
6 SHORT_DESC="A defragmentation script."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://ck.kolivas.org/apps/defrag/README"
9 URL="$(dirname $WEB_SITE)/$PACKAGE-$VERSION/$PACKAGE"
10 SUGGESTED="shaker"
11 DEPENDS="bash"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 wget -P $fs/usr/bin $URL
18 }