wok-6.x diff ocaml/receipt @ rev 8121
Fixed pcsxr-svn to use lzma-alone instead of lzma wrapper script. Turns out the lzma wrapper script for xz is incompatible with lzma-alone compression. Also lzma-alone compress better.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jan 24 00:57:47 2011 +0000 (2011-01-24) |
parents | 30d3807bcd99 |
children | 6c5cc6382d3d |
line diff
1.1 --- a/ocaml/receipt Sun Aug 30 23:47:30 2009 +0200 1.2 +++ b/ocaml/receipt Mon Jan 24 00:57:47 2011 +0000 1.3 @@ -9,6 +9,7 @@ 1.4 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" 1.5 WEB_SITE="http://caml.inria.fr/" 1.6 WGET_URL="${WEB_SITE}pub/distrib/$PACKAGE-${VERSION%.*}/$TARBALL" 1.7 +TAGS="language programming" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules()