comparison src/ocaml-native.mk @ 3480:13be64f9f16d

move version info from index.html to src/*.mk files
author John W. Eaton <jwe@octave.org>
date Fri, 31 Jan 2014 16:04:01 -0500
parents 5ef49fb3299d
children
comparison
equal deleted inserted replaced
3479:b0314bcf3ead 3480:13be64f9f16d
2 # See doc/index.html for further information. 2 # See doc/index.html for further information.
3 3
4 # zlib 4 # zlib
5 PKG := ocaml-native 5 PKG := ocaml-native
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 4.00.0
7 $(PKG)_CHECKSUM := 9653e76dd14f0fbb750d7b438415890ab9fe2f4e 8 $(PKG)_CHECKSUM := 9653e76dd14f0fbb750d7b438415890ab9fe2f4e
8 $(PKG)_SUBDIR := ocaml-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := ocaml-$($(PKG)_VERSION)
9 $(PKG)_FILE := ocaml-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := ocaml-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://caml.inria.fr/pub/distrib/ocaml-4.00/$($(PKG)_FILE) 11 $(PKG)_URL := http://caml.inria.fr/pub/distrib/ocaml-4.00/$($(PKG)_FILE)
11 $(PKG)_DEPS := 12 $(PKG)_DEPS :=