initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_FMTOOLS
|
||||
bool "fmtools"
|
||||
help
|
||||
fmtools is a pair of simple command-line utilities for
|
||||
"video4linux2" radio tuner cards under Linux. It includes
|
||||
fm for power control, tuning, and volume and fmscan for
|
||||
scanning for stations.
|
||||
|
||||
http://benpfaff.org/fmtools/
|
||||
@@ -0,0 +1,4 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 75174e07d8cde6d4a8a5d7bbaa3a3b0760a850e7f6840cb7c6246227b18f5a39 fmtools-2.0.7.tar.gz
|
||||
# locally computed
|
||||
sha256 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994 COPYING
|
||||
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# fmtools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FMTOOLS_VERSION = 2.0.7
|
||||
FMTOOLS_SITE = http://benpfaff.org/fmtools
|
||||
FMTOOLS_LICENSE = GPL-2.0+
|
||||
FMTOOLS_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user