the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: camlp5
Distribution: 10.4, 10.5
Description: Preprocessor-pretty-printer of ocaml
DescDetail: <<
Camlp5 is a preprocessor-pretty-printer of ocaml.
It is the continuation of the classical camlp4 with new features.
It is compatible with OCaml versions from 3.08.1 to 3.11 included.
The current distributed version is 4.07 (released 2007-08-04).
<<
Version: 5.08
Revision: 1
Homepage: http://pauillac.inria.fr/~ddr/camlp5/
Maintainer: Jesse Alama
Source: http://pauillac.inria.fr/~ddr/camlp5/distrib/src/%n-%v.tgz
Source-MD5: 61f617f11eedb26ad8607fe21413f920
BuildDepends: fink (>= 0.24.12)
Depends: ocaml (>= 3.08)
PatchFile: %n.patch
PatchFile-MD5: e4b069b0a06c0e297486264d8a653962
PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
CompileScript: <<
./configure
make world.opt
<<
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: CHANGES DEVEL ICHANGES LICENSE README UPGRADING
License: OSI-Approved
diff -Naur --exclude='*~' camlp5-5.08/configure camlp5-5.08.fink/configure
--- camlp5-5.08/configure 2007-12-03 17:40:09.000000000 -0800
+++ camlp5-5.08.fink/configure 2008-02-20 16:06:53.000000000 -0800
@@ -1,10 +1,10 @@
#!/bin/bash
# $Id: configure 1611 2007-12-04 01:40:09Z deraugla $
-prefix=''
-bindir=''
-libdir=''
-mandir=''
+prefix='@PREFIX@'
+bindir='@PREFIX@/bin'
+libdir='@PREFIX@/lib/ocaml'
+mandir='@PREFIX@/share/man'
mode=T
name=camlp5
Package: camlp5
Description: Preprocessor-pretty-printer of Ocaml
DescDetail: <<
Camlp5 is a preprocessor-pretty-printer of Ocaml.
It is the continuation of the classical camlp4 with new features.
It is compatible with OCaml versions from 3.08.0 to 3.12 included.
<<
Version: 5.14
Revision: 1
Homepage: http://pauillac.inria.fr/~ddr/camlp5/
Maintainer: Bruno De Fraine
Source: http://pauillac.inria.fr/~ddr/camlp5/distrib/src/%n-%v.tgz
Source-MD5: dacee4ab14b4ba23ff7c5dc936ef7c3d
Depends: ocaml (<= 3.12.0)
CompileScript: <<
./configure --prefix %p --mandir %p/share/man
make world.opt
<<
InstallScript: make install DESTDIR=%d
DocFiles: CHANGES DEVEL ICHANGES LICENSE README UPGRADING
License: OSI-Approved