1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup rocky libcdio-paranoia 10.2-0.93-1 release- |
---|
8 | |
---|
9 | categories devel |
---|
10 | platforms darwin |
---|
11 | license GPL-3 |
---|
12 | maintainers nomaintainer |
---|
13 | |
---|
14 | description CDDA audio extraction library |
---|
15 | long_description This CDDA reader distribution reads audio from the CDROM directly \ |
---|
16 | as data, with no analog step between, and writes the data to a file \ |
---|
17 | or pipe as .wav, .aifc or as raw 16 bit linear PCM. |
---|
18 | |
---|
19 | homepage http://www.gnu.org/software/libcdio/ \ |
---|
20 | https://github.com/${github.author}/${github.project} |
---|
21 | |
---|
22 | depends_build port:pkgconfig |
---|
23 | depends_lib port:gettext \ |
---|
24 | port:libcdio |
---|
25 | |
---|
26 | github.tarball_from releases |
---|
27 | master_sites ${github.homepage}/archive |
---|
28 | distname ${github.tag_prefix}[strsed ${github.version} g/-/+/] |
---|
29 | worksrcdir ${github.project}-${github.tag_prefix}${github.version} |
---|
30 | checksums rmd160 0dcab9c8191a9154ee01bff2a309de385e131aaf \ |
---|
31 | sha256 eff836d8790eef17b299cd69a0edeea8192f5aff8c252305c92a16c4d08be6aa |
---|
32 | |
---|
33 | # |
---|
34 | use_autoreconf yes |
---|
35 | autoreconf.args-append --force --install --symlink |
---|
36 | |
---|
37 | configure.args --disable-silent-rules --without-versioned-libs |
---|
38 | |
---|
39 | test.run yes |
---|
40 | test.target check |
---|