summaryrefslogtreecommitdiffstats
path: root/package/semodule-utils/semodule-utils.mk
blob: 480e157c6d685e94aed0186d674986eeb56dd8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
################################################################################
#
# semodule-utils
#
################################################################################

SEMODULE_UTILS_VERSION = 2.8
SEMODULE_UTILS_SITE = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524
SEMODULE_UTILS_LICENSE = GPL-2.0
SEMODULE_UTILS_LICENSE_FILES = COPYING
SEMODULE_UTILS_DEPENDENCIES = libsepol

SEMODULE_UTILS_MAKE_OPTS += \
	$(TARGET_CONFIGURE_OPTS) \
	LIBSEPOLA=$(STAGING_DIR)/usr/lib/libsepol.a

# We need to pass DESTDIR at build time because it's used by
# semodule-utils build system to find headers and libraries.
define SEMODULE_UTILS_BUILD_CMDS
	$(MAKE) -C $(@D) $(SEMODULE_UTILS_MAKE_OPTS) DESTDIR=$(STAGING_DIR) all
endef

define SEMODULE_UTILS_INSTALL_TARGET_CMDS
	$(MAKE) -C $(@D) $(SEMODULE_UTILS_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
endef

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