mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 22:12:12 +00:00
13 lines
400 B
Makefile
13 lines
400 B
Makefile
|
|
################################################################################
|
||
|
|
#
|
||
|
|
# 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))
|