blob: 7990e8f1c6593b8af7caf93c08affdaf7094b938 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
################################################################################
#
# 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
RTPTOOLS_AUTORECONF = YES
$(eval $(autotools-package))
|