From 7c936acaea25064ac733c6f1fc2bf041e8418aa0 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Wed, 30 Jan 2013 15:10:04 +0100 Subject: host-libcap-ng: add package Signed-off-by: Marc Kleine-Budde --- rules/host-libcap-ng.in | 5 +++++ rules/host-libcap-ng.make | 28 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 rules/host-libcap-ng.in create mode 100644 rules/host-libcap-ng.make diff --git a/rules/host-libcap-ng.in b/rules/host-libcap-ng.in new file mode 100644 index 000000000..e23bf41cb --- /dev/null +++ b/rules/host-libcap-ng.in @@ -0,0 +1,5 @@ +## SECTION=hosttools_noprompt + +config HOST_LIBCAP_NG + tristate + default ALLYES diff --git a/rules/host-libcap-ng.make b/rules/host-libcap-ng.make new file mode 100644 index 000000000..f5baf7af8 --- /dev/null +++ b/rules/host-libcap-ng.make @@ -0,0 +1,28 @@ +# -*-makefile-*- +# +# Copyright (C) 2013 by Marc Kleine-Budde +# +# 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_LIBCAP_NG) += host-libcap-ng + +# ---------------------------------------------------------------------------- +# Prepare +# ---------------------------------------------------------------------------- + +# +# autoconf +# +HOST_LIBCAP_NG_CONF_TOOL := autoconf +HOST_LIBCAP_NG_CONF_OPT := \ + $(HOST_AUTOCONF) \ + --without-python + +# vim: syntax=make -- cgit v1.2.3