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