openpgm.mk 567 B

1234567891011121314151617181920
  1. ################################################################################
  2. #
  3. # openpgm
  4. #
  5. ################################################################################
  6. OPENPGM_VERSION = 5-3-128
  7. OPENPGM_SITE = $(call github,steve-o,openpgm,release-$(OPENPGM_VERSION))
  8. OPENPGM_LICENSE = LGPL-2.1+
  9. OPENPGM_LICENSE_FILES = openpgm/pgm/LICENSE
  10. OPENPGM_INSTALL_STAGING = YES
  11. OPENPGM_SUBDIR = openpgm/pgm
  12. OPENPGM_AUTORECONF = YES
  13. OPENPGM_CONF_ENV = \
  14. ac_cv_file__proc_cpuinfo=yes \
  15. ac_cv_file__dev_rtc=no \
  16. ac_cv_file__dev_hpet=no
  17. $(eval $(autotools-package))