diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2013-12-02 13:11:31 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-02 13:11:31 +0100 |
| commit | 735b59b0e09fafe43d8286f037c623a7b156f8bb (patch) | |
| tree | 02eca939f056415e2a3f36924a2d7d598ef5eadc /package/rtptools/rtptools.mk | |
| parent | 8d44089c8e5671708b44176a376fa49c3497a447 (diff) | |
| download | buildroot-735b59b0e09fafe43d8286f037c623a7b156f8bb.tar.gz buildroot-735b59b0e09fafe43d8286f037c623a7b156f8bb.zip | |
package: add rtptools
Notice that the license is quite special. It is basically MIT with the
difference that it only allows use for:
'research and educational purpose and without fee ... Use of this software
in whole or in parts for direct commercial advantage requires explicit
prior permission'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/rtptools/rtptools.mk')
| -rw-r--r-- | package/rtptools/rtptools.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/rtptools/rtptools.mk b/package/rtptools/rtptools.mk new file mode 100644 index 0000000000..2f67bf3f75 --- /dev/null +++ b/package/rtptools/rtptools.mk @@ -0,0 +1,12 @@ +################################################################################ +# +# rtptools +# +################################################################################ + +RTPTOOLS_VERSION = 1.20 +RTPTOOLS_SITE = http://www.cs.columbia.edu/irt/software/rtptools/download/ +RTPTOOLS_LICENSE = MIT-like (research and education only) +RTPTOOLS_LICENSE_FILES = COPYRIGHT + +$(eval $(autotools-package)) |

