libcap-ng.mk 647 B

1234567891011121314151617181920
  1. ################################################################################
  2. #
  3. # libcap-ng
  4. #
  5. ################################################################################
  6. LIBCAP_NG_VERSION = 0.8
  7. LIBCAP_NG_SITE = http://people.redhat.com/sgrubb/libcap-ng
  8. LIBCAP_NG_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (library)
  9. LIBCAP_NG_LICENSE_FILES = COPYING COPYING.LIB
  10. LIBCAP_NG_INSTALL_STAGING = YES
  11. LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
  12. LIBCAP_NG_CONF_OPTS = --without-python
  13. HOST_LIBCAP_NG_CONF_ENV = ac_cv_prog_swig_found=no
  14. HOST_LIBCAP_NG_CONF_OPTS = --without-python
  15. $(eval $(autotools-package))
  16. $(eval $(host-autotools-package))