[96514] trunk/dports/audio
mww at macports.org
mww at macports.org
Sun Aug 12 13:41:10 PDT 2012
Revision: 96514
https://trac.macports.org/changeset/96514
Author: mww at macports.org
Date: 2012-08-12 13:41:10 -0700 (Sun, 12 Aug 2012)
Log Message:
-----------
ocaml-flac: new port
Added Paths:
-----------
trunk/dports/audio/ocaml-flac/
trunk/dports/audio/ocaml-flac/Portfile
Added: trunk/dports/audio/ocaml-flac/Portfile
===================================================================
--- trunk/dports/audio/ocaml-flac/Portfile (rev 0)
+++ trunk/dports/audio/ocaml-flac/Portfile 2012-08-12 20:41:10 UTC (rev 96514)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ocaml 1.0
+
+name ocaml-flac
+version 0.1.1
+categories audio devel ml multimedia
+maintainers mww
+license LGPL-2
+description OCaml bindings for the flac library
+long_description ${description}
+homepage http://savonet.sf.net/
+platforms darwin
+master_sites sourceforge:savonet
+
+checksums rmd160 445cbdedf93ee1cccffe8ce1ee9beb7f8bf94020 \
+ sha256 9f22dce6ad947fc436992eeb71a19bd9bb7c173543132c2b605fa3a7b02ac74a
+
+depends_build port:pkgconfig
+depends_lib port:ocaml \
+ port:ocaml-findlib \
+ port:flac \
+ port:ocaml-ogg
+
+configure.pkg_config ${prefix}/bin/pkg-config
+configure.env-append OCAMLFIND=${ocamlfind_wrapper} USER=macports
+
+use_parallel_build no
+build.args LIBDIRS=${prefix}/lib
+
Property changes on: trunk/dports/audio/ocaml-flac/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/20120812/c3186f93/attachment.html>
More information about the macports-changes
mailing list