3d5cb653f5
https://github.com/stevegrubb/libcap-ng/blob/v0.8.3/ChangeLog Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
22 lines
693 B
Makefile
22 lines
693 B
Makefile
################################################################################
|
|
#
|
|
# libcap-ng
|
|
#
|
|
################################################################################
|
|
|
|
LIBCAP_NG_VERSION = 0.8.3
|
|
LIBCAP_NG_SITE = http://people.redhat.com/sgrubb/libcap-ng
|
|
LIBCAP_NG_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (library)
|
|
LIBCAP_NG_LICENSE_FILES = COPYING COPYING.LIB
|
|
LIBCAP_NG_CPE_ID_VENDOR = libcap-ng_project
|
|
LIBCAP_NG_INSTALL_STAGING = YES
|
|
|
|
LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
|
|
LIBCAP_NG_CONF_OPTS = --without-python
|
|
|
|
HOST_LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
|
|
HOST_LIBCAP_NG_CONF_OPTS = --without-python
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|