[78912] trunk/dports/devel

jmr at macports.org jmr at macports.org
Thu May 26 08:09:14 PDT 2011


Revision: 78912
          http://trac.macports.org/changeset/78912
Author:   jmr at macports.org
Date:     2011-05-26 08:09:13 -0700 (Thu, 26 May 2011)
Log Message:
-----------
New port: ocaml-faac, OCaml bindings for the AAC encoding library (#16179)

Added Paths:
-----------
    trunk/dports/devel/ocaml-faac/
    trunk/dports/devel/ocaml-faac/Portfile

Added: trunk/dports/devel/ocaml-faac/Portfile
===================================================================
--- trunk/dports/devel/ocaml-faac/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-faac/Portfile	2011-05-26 15:09:13 UTC (rev 78912)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem          1.0
+
+name                ocaml-faac
+version             0.1.1
+categories          devel ml audio
+maintainers         rastageeks.org:toots
+description         OCaml bindings for the AAC encoding library
+long_description    This port contains an O'Caml interface for the AAC audio \
+                    encoder, otherwise known as libfaac.
+homepage            http://savonet.sf.net/
+platforms           darwin
+master_sites        sourceforge:savonet
+
+checksums           md5  77ca55b93a90bf672e7a41b50a679f0d \
+                    sha1  9d7c17fdd5a186439eef91166a690776fc063192 \
+                    rmd160  7a5c426d50ae952c3e35522506ab632e7a57f026
+
+depends_build       port:pkgconfig
+depends_lib         port:ocaml \
+                    port:caml-findlib \
+                    port:faac
+
+configure.pkg_config    ${prefix}/bin/pkg-config
+
+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-faac/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/20110526/adc56ad5/attachment.html>


More information about the macports-changes mailing list