initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_RTPTOOLS
|
||||
bool "rtptools"
|
||||
help
|
||||
The rtptools distribution consists of a number of small
|
||||
applications that can be used for processing RTP data.
|
||||
|
||||
http://www.cs.columbia.edu/irt/software/rtptools/
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 2c76b2a423fb943820c91194372133a44cbdc456ebf69c51616ec50eeb068c28 rtptools-1.22.tar.gz
|
||||
sha256 f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9 LICENSE
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# rtptools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RTPTOOLS_VERSION = 1.22
|
||||
RTPTOOLS_SITE = http://www.cs.columbia.edu/irt/software/rtptools/download
|
||||
RTPTOOLS_LICENSE = BSD-3-Clause
|
||||
RTPTOOLS_LICENSE_FILES = LICENSE
|
||||
RTPTOOLS_CONF_ENV = ac_cv_prog_FOUND_CLANG=no
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user