[55759] trunk/dports/audio/libmp4v2/Portfile
snc at macports.org
snc at macports.org
Tue Aug 18 08:19:29 PDT 2009
Revision: 55759
http://trac.macports.org/changeset/55759
Author: snc at macports.org
Date: 2009-08-18 08:19:27 -0700 (Tue, 18 Aug 2009)
Log Message:
-----------
make stub
Modified Paths:
--------------
trunk/dports/audio/libmp4v2/Portfile
Modified: trunk/dports/audio/libmp4v2/Portfile
===================================================================
--- trunk/dports/audio/libmp4v2/Portfile 2009-08-18 15:13:52 UTC (rev 55758)
+++ trunk/dports/audio/libmp4v2/Portfile 2009-08-18 15:19:27 UTC (rev 55759)
@@ -5,34 +5,27 @@
name libmp4v2
version 1.5.0.1
+revision 1
categories audio
maintainers devans openmaintainer
-description A library to read and manipulate mp4 container format.
+description stub package. now installed with the mp4v2 port
-long_description \
- A library to read and manipulate mp4 container format, derived from mpeg4ip \
- but free from the patent issues associated with that package.
+long_description ${description}
homepage http://resare.com/libmp4v2
platforms darwin
master_sites ${homepage}/dist/
-checksums md5 90eb2b0940ebe02ef81b7a60530beaee \
- sha1 9da592f6dbc403009bc2845f105024089ec03cf0 \
- rmd160 85199f8107a9eb75d457441582c4c58bf013b5a2
-use_bzip2 yes
-
-configure.args --mandir=${prefix}/share/man
-
-#patchfiles patch-Makefile.in.diff
-
-#depends_build port:pkgconfig
-
-#depends_lib port:gtk2
-
-livecheck.check regex
-livecheck.url ${master_sites}
-livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
-
+fetch {}
+checksum {}
+extract {}
+patch {}
+build {}
+destroot {
+ xinstall -d ${destroot}${prefix}/share/doc/${name}
+ system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
+}
+use_configure no
+livecheck.chec none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090818/035d2603/attachment.html>
More information about the macports-changes
mailing list