9b0dc3515a
libcap-ng.so library is released under LGPLv2.1+ and programs testcap, filecap, netcap and pscap are released under GPLv2+. Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
517 B
Makefile
17 lines
517 B
Makefile
################################################################################
|
|
#
|
|
# libcap-ng
|
|
#
|
|
################################################################################
|
|
|
|
LIBCAP_NG_VERSION = 0.7.8
|
|
LIBCAP_NG_SITE = http://people.redhat.com/sgrubb/libcap-ng
|
|
LIBCAP_NG_LICENSE = GPLv2+ (programs), LGPLv2.1+ (library)
|
|
LIBCAP_NG_LICENSE_FILES = COPYING COPYING.LIB
|
|
LIBCAP_NG_INSTALL_STAGING = YES
|
|
|
|
LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
|
|
LIBCAP_NG_CONF_OPTS = --without-python
|
|
|
|
$(eval $(autotools-package))
|