[66832] trunk/dports/audio/libsamplerate/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 23 02:52:44 PDT 2010


Revision: 66832
          http://trac.macports.org/changeset/66832
Author:   ryandesign at macports.org
Date:     2010-04-23 02:52:42 -0700 (Fri, 23 Apr 2010)
Log Message:
-----------
libsamplerate: install some documentation files

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

Modified: trunk/dports/audio/libsamplerate/Portfile
===================================================================
--- trunk/dports/audio/libsamplerate/Portfile	2010-04-23 09:43:25 UTC (rev 66831)
+++ trunk/dports/audio/libsamplerate/Portfile	2010-04-23 09:52:42 UTC (rev 66832)
@@ -4,6 +4,7 @@
 
 name            libsamplerate
 version         0.1.7
+revision        1
 categories      audio
 maintainers     boeyms openmaintainer
 description     libsamplerate (also known as Secret Rabbit Code) is a library \
@@ -19,6 +20,12 @@
 depends_build   path:bin/pkg-config:pkgconfig
 depends_lib     port:fftw-3 port:libsndfile
 
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README ${docdir}
+}
+
 livecheck.type  regex
 livecheck.url   ${homepage}download.html
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100423/4960a36d/attachment.html>


More information about the macports-changes mailing list