ledmon.mk 714 B

12345678910111213141516171819
  1. ################################################################################
  2. #
  3. # ledmon
  4. #
  5. ################################################################################
  6. LEDMON_VERSION = 0.97
  7. LEDMON_SITE = $(call github,intel,ledmon,v$(LEDMON_VERSION))
  8. LEDMON_DEPENDENCIES = host-pkgconf pciutils sg3_utils udev
  9. # The code base also include a COPYING.LIB file with the LGPL-2.1 text,
  10. # and some source files are published under LGPL-2.1, but all of them are
  11. # at some point linked with GPL-2.0 code, making the resulting binaries
  12. # GPL-2.0 licensed
  13. LEDMON_LICENSE = GPL-2.0
  14. LEDMON_LICENSE_FILES = COPYING
  15. # 0002-Fix-unknown-type-name-ssize_t-error.patch
  16. LEDMON_AUTORECONF = YES
  17. $(eval $(autotools-package))