bcaed85304
- Update indentation in hash file (two spaces) - Update hash of COPYING: - files added and year updated with01f0d1ea1e
37a9b56c05
d54ceb37ce
- files removed with847e682f8d
- libmmd is a mandatory dependency since version 0.11 and847e682f8d
https://lists.freedesktop.org/archives/libbsd/2021-February/000298.html https://lists.freedesktop.org/archives/libbsd/2021-February/000302.html https://lists.freedesktop.org/archives/libbsd/2021-February/000305.html Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
551 B
Makefile
18 lines
551 B
Makefile
################################################################################
|
|
#
|
|
# libbsd
|
|
#
|
|
################################################################################
|
|
|
|
LIBBSD_VERSION = 0.11.3
|
|
LIBBSD_SOURCE = libbsd-$(LIBBSD_VERSION).tar.xz
|
|
LIBBSD_SITE = https://libbsd.freedesktop.org/releases
|
|
LIBBSD_LICENSE = BSD-2-Clause, BSD-3-Clause, BSD-4-Clause, BSD-5-Clause, \
|
|
MIT, ISC, Beerware
|
|
LIBBSD_LICENSE_FILES = COPYING
|
|
LIBBSD_CPE_ID_VENDOR = freedesktop
|
|
LIBBSD_INSTALL_STAGING = YES
|
|
LIBBSD_DEPENDENCIES = libmd
|
|
|
|
$(eval $(autotools-package))
|