[79004] trunk/dports/devel
jmr at macports.org
jmr at macports.org
Sun May 29 12:13:52 PDT 2011
Revision: 79004
http://trac.macports.org/changeset/79004
Author: jmr at macports.org
Date: 2011-05-29 12:13:52 -0700 (Sun, 29 May 2011)
Log Message:
-----------
New port: ocaml-lame, ocaml binding to the lame mp3 audio encoding library (#16181)
Added Paths:
-----------
trunk/dports/devel/ocaml-lame/
trunk/dports/devel/ocaml-lame/Portfile
Added: trunk/dports/devel/ocaml-lame/Portfile
===================================================================
--- trunk/dports/devel/ocaml-lame/Portfile (rev 0)
+++ trunk/dports/devel/ocaml-lame/Portfile 2011-05-29 19:13:52 UTC (rev 79004)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem 1.0
+
+name ocaml-lame
+version 0.2.2
+categories devel ml audio
+license GPL-2+
+maintainers rastageeks.org:toots
+description OCaml bindings for the lame MPEG encoding library
+long_description $description
+homepage http://savonet.sf.net/
+platforms darwin
+master_sites sourceforge:savonet
+
+checksums md5 144d0d85ed951d9808cabf6c19f4b760 \
+ sha1 8d74a3d487e519570100cba625acfd68c1cc60c2 \
+ rmd160 e067da327586d2183f0aa5ed9be518618533b3e4
+
+depends_lib port:ocaml \
+ port:caml-findlib \
+ port:lame
+
+build.args LIBDIRS=${prefix}/lib
+
+pre-destroot {
+ set ocamlfind_destdir "${destroot}[exec ${prefix}/bin/ocamlfind printconf destdir]"
+ file mkdir $ocamlfind_destdir
+ reinplace "s#\$(OCAMLFIND_INSTFLAGS)# -ldconf ignore -destdir '$ocamlfind_destdir'#g" \
+ ${worksrcpath}/src/OCamlMakefile
+}
Property changes on: trunk/dports/devel/ocaml-lame/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110529/9c6d9b2c/attachment.html>
More information about the macports-changes
mailing list