wok diff ocaml/receipt @ rev 18725

lynis 2.1.1: fix: installs in /usr/share/lynis but can not be found, trying /usr/local/share (as in example on dev website)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Dec 18 13:20:19 2015 +0000 (2015-12-18)
parents ad0e3018d4fa
children 42380dbaadb7
line diff
     1.1 --- a/ocaml/receipt	Thu Apr 19 07:18:38 2012 +0000
     1.2 +++ b/ocaml/receipt	Fri Dec 18 13:20:19 2015 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="General-purpose programming language designed for safety and reliability."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="QPL LGPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp"
    1.10  WEB_SITE="http://caml.inria.fr/"
    1.11  WGET_URL="${WEB_SITE}pub/distrib/$PACKAGE-${VERSION%.*}/$TARBALL"
    1.12  TAGS="language programming"
    1.13  
    1.14 +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {