ocaml packages: fix whitespace

pull/97/merge
Tony Theodore 12 years ago
parent 2a050c5ab8
commit 799a75af66

@ -1,14 +1,13 @@
# This file is part of MXE. # This file is part of MXE.
# See index.html for further information. # See index.html for further information.
PKG := ocaml-cairo PKG := ocaml-cairo
$(PKG)_IGNORE := $(PKG)_IGNORE :=
$(PKG)_CHECKSUM := d5835620bea005d5d5239f889b10a922fda2520b $(PKG)_CHECKSUM := d5835620bea005d5d5239f889b10a922fda2520b
$(PKG)_SUBDIR := cairo-ocaml-$($(PKG)_VERSION) $(PKG)_SUBDIR := cairo-ocaml-$($(PKG)_VERSION)
$(PKG)_FILE := cairo-ocaml_$($(PKG)_VERSION).orig.tar.gz $(PKG)_FILE := cairo-ocaml_$($(PKG)_VERSION).orig.tar.gz
# URL http://cgit.freedesktop.org/cairo-ocaml/snapshot/$($(PKG)_FILE) gives a different checksum at each download, so I use the debian version. $(PKG)_URL := http://ftp.de.debian.org/debian/pool/main/c/cairo-ocaml/$($(PKG)_FILE)
$(PKG)_URL := http://ftp.de.debian.org/debian/pool/main/c/cairo-ocaml/$($(PKG)_FILE) $(PKG)_DEPS := ocaml-core ocaml-findlib ocaml-lablgtk2
$(PKG)_DEPS := ocaml-core ocaml-findlib ocaml-lablgtk2
define $(PKG)_UPDATE define $(PKG)_UPDATE
wget -q -O- 'http://ftp.de.debian.org/debian/pool/main/c/cairo-ocaml' | \ wget -q -O- 'http://ftp.de.debian.org/debian/pool/main/c/cairo-ocaml' | \

@ -1,13 +1,13 @@
# This file is part of MXE. # This file is part of MXE.
# See index.html for further information. # See index.html for further information.
PKG := ocaml-camlimages PKG := ocaml-camlimages
$(PKG)_IGNORE := $(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 3ff44142386970003d3cff1446ad351b36759a8e $(PKG)_CHECKSUM := 3ff44142386970003d3cff1446ad351b36759a8e
$(PKG)_SUBDIR := camlspotter-camlimages-c803efa9d5d3 $(PKG)_SUBDIR := camlspotter-camlimages-c803efa9d5d3
$(PKG)_FILE := v$($(PKG)_VERSION).tar.gz $(PKG)_FILE := v$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://bitbucket.org/camlspotter/camlimages/get/v$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://bitbucket.org/camlspotter/camlimages/get/v$($(PKG)_VERSION).tar.gz
$(PKG)_DEPS := ocaml-findlib freetype libpng giflib tiff ocaml-lablgtk2 $(PKG)_DEPS := ocaml-findlib freetype libpng giflib tiff ocaml-lablgtk2
define $(PKG)_UPDATE define $(PKG)_UPDATE
wget -q -O- 'https://bitbucket.org/camlspotter/camlimages/downloads' | \ wget -q -O- 'https://bitbucket.org/camlspotter/camlimages/downloads' | \

@ -1,13 +1,13 @@
# This file is part of mingw-cross-env. # This file is part of mingw-cross-env.
# See doc/index.html for further information. # See doc/index.html for further information.
PKG := ocaml-findlib PKG := ocaml-findlib
$(PKG)_IGNORE := $(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 5d1a52b77145348ded29fefe13736694aabb1868 $(PKG)_CHECKSUM := 5d1a52b77145348ded29fefe13736694aabb1868
$(PKG)_SUBDIR := findlib-$($(PKG)_VERSION) $(PKG)_SUBDIR := findlib-$($(PKG)_VERSION)
$(PKG)_FILE := findlib-$($(PKG)_VERSION).tar.gz $(PKG)_FILE := findlib-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://download.camlcity.org/download/$($(PKG)_FILE) $(PKG)_URL := http://download.camlcity.org/download/$($(PKG)_FILE)
$(PKG)_DEPS := ocaml-core $(PKG)_DEPS := ocaml-core
define $(PKG)_UPDATE define $(PKG)_UPDATE
wget -q -O- 'http://download.camlcity.org/download' | \ wget -q -O- 'http://download.camlcity.org/download' | \
@ -20,14 +20,14 @@ define $(PKG)_BUILD
# build # build
rm -f $(1)/src/findlib/ocaml_args.ml rm -f $(1)/src/findlib/ocaml_args.ml
cd '$(1)' && \ cd '$(1)' && \
PATH="$(PREFIX)/$(TARGET)/bin/ocaml-native:$(PATH)" \ PATH="$(PREFIX)/$(TARGET)/bin/ocaml-native:$(PATH)" \
./configure \ ./configure \
-config $(PREFIX)/$(TARGET)/etc/findlib.conf \ -config $(PREFIX)/$(TARGET)/etc/findlib.conf \
-bindir $(PREFIX)/$(TARGET)/bin \ -bindir $(PREFIX)/$(TARGET)/bin \
-sitelib $(PREFIX)/$(TARGET)/lib/ocaml \ -sitelib $(PREFIX)/$(TARGET)/lib/ocaml \
-mandir $(PREFIX)/$(TARGET)/share/man \ -mandir $(PREFIX)/$(TARGET)/share/man \
-with-toolbox \ -with-toolbox \
-no-topfind \ -no-topfind
# no-topfind because it wants to be installed in /usr/bin, and creates blocking # no-topfind because it wants to be installed in /usr/bin, and creates blocking
# error # error

@ -1,13 +1,13 @@
# This file is part of mingw-cross-env. # This file is part of mingw-cross-env.
# See doc/index.html for further information. # See doc/index.html for further information.
PKG := ocaml-lablgl PKG := ocaml-lablgl
$(PKG)_IGNORE := $(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 996f0aba788f5fa1531587fb06d667b94237cc92 $(PKG)_CHECKSUM := 996f0aba788f5fa1531587fb06d667b94237cc92
$(PKG)_SUBDIR := lablGL $(PKG)_SUBDIR := lablGL
$(PKG)_FILE := lablgl-$($(PKG)_VERSION).tar.gz $(PKG)_FILE := lablgl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/$($(PKG)_FILE) $(PKG)_URL := http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/$($(PKG)_FILE)
$(PKG)_DEPS := ocaml-findlib gtkglarea $(PKG)_DEPS := ocaml-findlib gtkglarea
define $(PKG)_UPDATE define $(PKG)_UPDATE
wget -q -O- 'http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html' | \ wget -q -O- 'http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html' | \

Loading…
Cancel
Save