summaryrefslogtreecommitdiffstats
path: root/package/libbsd/libbsd.mk
blob: be4175aad5a2dacd29ee5605ab371f91c1930e7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
################################################################################
#
# libbsd
#
################################################################################

LIBBSD_VERSION         = 0.4.2
LIBBSD_SITE            = http://libbsd.freedesktop.org/releases
LIBBSD_LICENSE         = BSD-3c MIT
LIBBSD_LICENSE_FILES   = COPYING

# man-pages are BSD-4c, so that license only matters
# if doc is kept in the target rootfs
ifeq ($(BR2_HAVE_DOCUMENTATION),y)
LIBBSD_LICENSE        += (libraries), BSD-4c (documentation)
endif

LIBBSD_INSTALL_STAGING = YES

$(eval $(autotools-package))
OpenPOWER on IntegriCloud