ocaml packages: fix inconsistent spacing

This commit is contained in:
Tony Theodore 2012-12-09 16:50:47 +11:00
parent 2f3e23f3d9
commit bcb89dfe6a
3 changed files with 18 additions and 21 deletions

View File

@ -1,14 +1,13 @@
# This file is part of mingw-cross-env.
# See doc/index.html for further information.
# zlib
PKG := ocaml-core
$(PKG)_IGNORE :=
PKG := ocaml-core
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := $(ocaml-native_CHECKSUM)
$(PKG)_SUBDIR := $(ocaml-native_SUBDIR)
$(PKG)_FILE := $(ocaml-native_FILE)
$(PKG)_URL := $(ocaml-native_URL)
$(PKG)_DEPS := gcc bfd ocaml-flexdll ocaml-native
$(PKG)_SUBDIR := $(ocaml-native_SUBDIR)
$(PKG)_FILE := $(ocaml-native_FILE)
$(PKG)_URL := $(ocaml-native_URL)
$(PKG)_DEPS := gcc bfd ocaml-flexdll ocaml-native
define $(PKG)_UPDATE
$(call ocaml-native_UPDATE)

View File

@ -1,14 +1,13 @@
# This file is part of mingw-cross-env.
# See doc/index.html for further information.
# zlib
PKG := ocaml-flexdll
$(PKG)_IGNORE :=
PKG := ocaml-flexdll
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 585f066f890c7dca95be7541b4647128335f7df9
$(PKG)_SUBDIR := flexdll
$(PKG)_FILE := flexdll-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://alain.frisch.fr/flexdll/$($(PKG)_FILE)
$(PKG)_DEPS := gcc ocaml-native
$(PKG)_SUBDIR := flexdll
$(PKG)_FILE := flexdll-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://alain.frisch.fr/flexdll/$($(PKG)_FILE)
$(PKG)_DEPS := gcc ocaml-native
define $(PKG)_UPDATE
wget -q -O- 'http://alain.frisch.fr/flexdll/' | \

View File

@ -1,14 +1,13 @@
# This file is part of mingw-cross-env.
# See doc/index.html for further information.
# zlib
PKG := ocaml-native
$(PKG)_IGNORE :=
PKG := ocaml-native
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 9653e76dd14f0fbb750d7b438415890ab9fe2f4e
$(PKG)_SUBDIR := ocaml-$($(PKG)_VERSION)
$(PKG)_FILE := ocaml-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://caml.inria.fr/pub/distrib/ocaml-4.00/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
$(PKG)_SUBDIR := ocaml-$($(PKG)_VERSION)
$(PKG)_FILE := ocaml-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://caml.inria.fr/pub/distrib/ocaml-4.00/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
wget -q -O- 'http://caml.inria.fr/pub/distrib/ocaml-3.12' | \