[79163] trunk/dports/devel
jmr at macports.org
jmr at macports.org
Fri Jun 3 18:21:52 PDT 2011
Revision: 79163
http://trac.macports.org/changeset/79163
Author: jmr at macports.org
Date: 2011-06-03 18:21:50 -0700 (Fri, 03 Jun 2011)
Log Message:
-----------
New port: ocaml-shout, OCaml bindings for the libshout multimedia streaming library (#16187)
Added Paths:
-----------
trunk/dports/devel/ocaml-shout/
trunk/dports/devel/ocaml-shout/Portfile
Added: trunk/dports/devel/ocaml-shout/Portfile
===================================================================
--- trunk/dports/devel/ocaml-shout/Portfile (rev 0)
+++ trunk/dports/devel/ocaml-shout/Portfile 2011-06-04 01:21:50 UTC (rev 79163)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+
+name ocaml-shout
+version 0.2.6
+categories devel ml audio net
+license GPL-2+
+maintainers rastageeks.org:toots
+description OCaml bindings for the libshout broadcasting library
+long_description $description
+homepage http://savonet.sf.net/
+platforms darwin
+master_sites sourceforge:savonet
+
+checksums md5 19c0287260b9c161ab05af16131de9a6 \
+ sha1 566debea660641679faa154bfaa17820394031f7 \
+ rmd160 e220599b32260d052c850366ece68d110b3fc1b4
+
+depends_build port:pkgconfig
+depends_lib port:ocaml \
+ port:caml-findlib \
+ port:libshout2
+
+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-shout/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/20110603/69531cd9/attachment.html>
More information about the macports-changes
mailing list