ce486bf62a
Switched _SITE to https. Changelog: https://people.redhat.com/sgrubb/libcap-ng/ChangeLog Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
22 lines
681 B
Makefile
22 lines
681 B
Makefile
################################################################################
|
|
#
|
|
# libcap-ng
|
|
#
|
|
################################################################################
|
|
|
|
LIBCAP_NG_VERSION = 0.8.5
|
|
LIBCAP_NG_SITE = https://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_VALID = YES
|
|
LIBCAP_NG_INSTALL_STAGING = YES
|
|
|
|
LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
|
|
LIBCAP_NG_CONF_OPTS = --without-python3
|
|
|
|
HOST_LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
|
|
HOST_LIBCAP_NG_CONF_OPTS = --without-python3
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|