wok-6.x diff ocaml/receipt @ rev 18405
libcanberra: race condition
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 19 09:52:06 2015 +0200 (2015-09-19) |
parents | ad0e3018d4fa |
children | 42380dbaadb7 |
line diff
1.1 --- a/ocaml/receipt Thu Apr 19 07:18:38 2012 +0000 1.2 +++ b/ocaml/receipt Sat Sep 19 09:52:06 2015 +0200 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 {