ceeef31767
We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-4c is BSD-4-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-4c/BSD-4-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
582 B
Makefile
18 lines
582 B
Makefile
################################################################################
|
|
#
|
|
# file
|
|
#
|
|
################################################################################
|
|
|
|
FILE_VERSION = 5.30
|
|
FILE_SITE = ftp://ftp.astron.com/pub/file
|
|
FILE_DEPENDENCIES = host-file zlib
|
|
HOST_FILE_DEPENDENCIES = host-zlib
|
|
FILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
|
FILE_INSTALL_STAGING = YES
|
|
FILE_LICENSE = BSD-2-Clause, BSD-4-Clause (one file), BSD-3-Clause (one file)
|
|
FILE_LICENSE_FILES = COPYING src/mygetopt.h src/vasprintf.c
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|