64aec332bf
Drop upstream patches. Add a patch fixing build with musl libc. Update the list of licenses based on the content of COPYING. The BSD-5-Clause license is not listed by SPDX, but that is its name in the COPYING file. Update the license file hash: new licenses, dates update, reformat. Cc: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
491 B
Makefile
16 lines
491 B
Makefile
################################################################################
|
|
#
|
|
# libbsd
|
|
#
|
|
################################################################################
|
|
|
|
LIBBSD_VERSION = 0.9.1
|
|
LIBBSD_SOURCE = libbsd-$(LIBBSD_VERSION).tar.xz
|
|
LIBBSD_SITE = https://archive.hadrons.org/software/libbsd
|
|
LIBBSD_LICENSE = BSD-2-Clause, BSD-3-Clause, BSD-4-Clause, BSD-5-Clause, \
|
|
MIT, ISC, Beerware
|
|
LIBBSD_LICENSE_FILES = COPYING
|
|
LIBBSD_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|