Ticket #12086: Portfile

File Portfile, 1.2 KB (added by mschout@…, 17 years ago)
Line 
1# $Id: Portfile 22721 2007-03-12 23:44:39Z mww@macports.org $
2
3PortSystem 1.0
4PortGroup python24 1.0
5
6name                    py-mutagen
7version                 1.11
8categories              python audio
9platforms               darwin
10maintainers             nomaintainer@macports.org
11description             python module to handle audio metadata
12long_description        Mutagen is a Python module to handle audio metadata. \
13                        It supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg \
14                        FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack \
15                        and OptimFROG audio files. All versions of ID3v2 are supported, \
16                        and all standard ID3v2.4 frames are parsed. It can read Xing \
17                        headers to accurately calculate the bitrate and length of MP3s. \
18                        ID3 and APEv2 tags can be edited regardless of audio format. It \
19                        can also manipulate Ogg streams on an individual packet/page \
20                        level.
21
22homepage                 http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
23master_sites    http://www.sacredchao.net/~piman/software/
24distname                mutagen-${version}
25checksums               md5 9aaa021d30ac9e46769cbd7fdcda4a51 \
26                        sha1 26c276b1d7d3bf1e5837c3e0071971b9d41ed5bf \
27                        rmd160 fc2f6be574e0ad39c0c1efd414b171081bc58c4e
28
29post-destroot   {
30        xinstall -m 644 -W ${worksrcpath} API-NOTES COPYING NEWS \
31                README TODO TUTORIAL \
32                ${destroot}${prefix}/share/doc/${name}
33}
34