summaryrefslogtreecommitdiffstats
path: root/rules/host-libsepol.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2013-01-28 22:45:18 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-02-05 18:54:16 +0100
commit3f6cb15e2483e136b33f91d901157c1c98f9a6f2 (patch)
treecc94bf566589ba56e4f7f257b6f834f68351a610 /rules/host-libsepol.make
parent47e54a383caaf689bcc928ce05398eb6c8b588ce (diff)
downloadptxdist-3f6cb15e2483e136b33f91d901157c1c98f9a6f2.tar.gz
ptxdist-3f6cb15e2483e136b33f91d901157c1c98f9a6f2.tar.xz
host-libsepol: add package
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-libsepol.make')
-rw-r--r--rules/host-libsepol.make27
1 files changed, 27 insertions, 0 deletions
diff --git a/rules/host-libsepol.make b/rules/host-libsepol.make
new file mode 100644
index 000000000..2a737d7cc
--- /dev/null
+++ b/rules/host-libsepol.make
@@ -0,0 +1,27 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2013 by Marc Kleine-Budde <mkl@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_LIBSEPOL) += host-libsepol
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_LIBSEPOL_CONF_TOOL := NO
+HOST_LIBSEPOL_MAKE_ENV := $(HOST_ENV)
+# no ':=' here
+HOST_LIBSEPOL_INSTALL_OPT = \
+ PREFIX=$(HOST_LIBSEPOL_PKGDIR) \
+ install
+
+# vim: syntax=make