[66010] trunk/dports/audio/sphinxtrain/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Sun Apr 4 16:11:47 PDT 2010


Revision: 66010
          http://trac.macports.org/changeset/66010
Author:   singingwolfboy at macports.org
Date:     2010-04-04 16:11:46 -0700 (Sun, 04 Apr 2010)
Log Message:
-----------
Installed perl scripts into /share

Modified Paths:
--------------
    trunk/dports/audio/sphinxtrain/Portfile

Modified: trunk/dports/audio/sphinxtrain/Portfile
===================================================================
--- trunk/dports/audio/sphinxtrain/Portfile	2010-04-04 23:08:13 UTC (rev 66009)
+++ trunk/dports/audio/sphinxtrain/Portfile	2010-04-04 23:11:46 UTC (rev 66010)
@@ -4,6 +4,7 @@
 name                sphinxtrain
 set real_name       SphinxTrain
 version             1.0
+revision            1
 description         Acoustic model training tools for Sphinx
 long_description    \
     This is SphinxTrain, Carnegie Mellon University's open source acoustic \
@@ -30,6 +31,10 @@
 set python.pkgd ${python.prefix}/lib/python${python.branch}/site-packages
 set python.include      ${python.prefix}/include/python${python.branch} 
 
+post-build {
+    system "cd ${worksrcpath}/scripts_pl && make"
+}
+
 destroot {
     eval xinstall -m 755 [glob ${worksrcpath}/bin.*/*] ${destroot}${prefix}/bin
     eval xinstall -m 644 [glob ${worksrcpath}/lib.*/*] ${destroot}${prefix}/lib
@@ -38,4 +43,6 @@
     
     xinstall -d ${destroot}${prefix}/share/doc/
     move ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
+    
+    move ${worksrcpath}/scripts_pl ${destroot}${prefix}/share/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100404/e33e7908/attachment.html>


More information about the macports-changes mailing list