[37851] trunk/dports/multimedia/live555/Portfile
milosh at macports.org
milosh at macports.org
Thu Jun 26 02:44:27 PDT 2008
Revision: 37851
http://trac.macosforge.org/projects/macports/changeset/37851
Author: milosh at macports.org
Date: 2008-06-26 02:44:27 -0700 (Thu, 26 Jun 2008)
Log Message:
-----------
Clean the configure and destroot steps
Modified Paths:
--------------
trunk/dports/multimedia/live555/Portfile
Modified: trunk/dports/multimedia/live555/Portfile
===================================================================
--- trunk/dports/multimedia/live555/Portfile 2008-06-26 09:37:10 UTC (rev 37850)
+++ trunk/dports/multimedia/live555/Portfile 2008-06-26 09:44:27 UTC (rev 37851)
@@ -23,12 +23,19 @@
distname live.${version}
worksrcdir live
configure.cmd ./genMakefiles
-configure.args macosx
configure.pre_args {}
destroot {
+ xinstall -d ${destroot}${prefix}/lib
file copy ${workpath}/live ${destroot}${prefix}/lib/
}
+platform macosx {
+ configure.args macosx
+}
+platform linux {
+ configure.args linux
+}
+
livecheck.check regex
livecheck.url ${homepage}public/
livecheck.regex live\\.(\[0-9a-z.\]+)\\.tar\\.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080626/efa9a460/attachment-0001.htm
More information about the macports-changes
mailing list