Last change
on this file was
145922,
checked in by devans@…, 2 years ago
|
spandsp-devel: add license.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | # $Id: Portfile 145922 2016-02-20 17:41:54Z devans@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name spandsp-devel |
---|
6 | set basever 0.0.6 |
---|
7 | set prerelease pre18 |
---|
8 | version ${basever}${prerelease} |
---|
9 | revision 1 |
---|
10 | categories comms devel net |
---|
11 | license LGPL-2 GPL-2 |
---|
12 | maintainers db.org:aeh |
---|
13 | description library of DSP functions for telephony |
---|
14 | long_description Spandsp is a library of many DSP functions for telephony.\ |
---|
15 | These range from simple modules, such as DTMF detection, \ |
---|
16 | to a complete software FAX machine. |
---|
17 | homepage http://www.soft-switch.org/ |
---|
18 | platforms darwin |
---|
19 | master_sites http://www.soft-switch.org/downloads/spandsp/ |
---|
20 | |
---|
21 | distname spandsp-${version} |
---|
22 | extract.suffix .tgz |
---|
23 | worksrcdir spandsp-${basever} |
---|
24 | |
---|
25 | checksums rmd160 cfbce55ab6fae0b6e433af00f020930f9d0bd300 \ |
---|
26 | sha256 835cd886105e4e39791f0e8cfe004c39b069f2e6dcb0795a68a6c79b5d14af2c |
---|
27 | |
---|
28 | depends_lib port:tiff |
---|
29 | |
---|
30 | livecheck.type regex |
---|
31 | livecheck.url [lindex ${master_sites} 0] |
---|
32 | livecheck.regex spandsp-(\[0-9.pre\]+)${extract.suffix} |
---|
Note: See
TracBrowser
for help on using the repository browser.