xref: /OK3568_Linux_fs/buildroot/package/openpgm/openpgm.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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