blob: 18a5460ed04fd69923f9277a92b87e07fcb50e54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
TODO:
Understand why ocamlnet does not detect lablgtk, ocamlssl, camlzip, cryptokit
TODO: cryptogps
http://www.ocaml-programming.de/packages
and make ocamlnet depend on it
# TODO: lablgl
# http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html
Haxe: missing a source archive of released version...
# # http://code.google.com/p/haxe/source/browse/#svn%2Ftrunk
# HAXE=haxe-2.10dev
# haxe:
# printf "%s " "$@" >/dev/tty
# test -d ${PREFIX}
# rm -rf ${HAXE}
# tar zxf ${HAXE}.tar.gz
# ./Patcher.sh ${HAXE}
# ( cd ${HAXE} && \
# export PATH=${PREFIX}/bin:$$PATH && \
# make )
# echo ${VERSION} >$@
# clean::
# rm -rf ${HAXE} haxe
# all: haxe
|