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>
diff --git a/package/rtptools/rtptools.mk b/package/rtptools/rtptools.mk
new file mode 100644
index 0000000..2f67bf3
--- /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))