d54e8eb0b224c5e8ab1de30f13a1c208667b424c
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / openpgm / openpgm.mk
1 ################################################################################
2 #
3 # openpgm
4 #
5 ################################################################################
6
7 OPENPGM_VERSION = 5.1.118~dfsg
8 OPENPGM_SOURCE = libpgm-$(OPENPGM_VERSION).tar.gz
9 OPENPGM_SITE = http://openpgm.googlecode.com/files
10 OPENPGM_LICENSE = LGPLv2.1+
11 OPENPGM_LICENSE_FILES = openpgm/pgm/LICENSE
12 OPENPGM_INSTALL_STAGING = YES
13 OPENPGM_AUTORECONF = YES
14 OPENPGM_SUBDIR = openpgm/pgm/
15 OPENPGM_DEPENDENCIES = $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python)
16 OPENPGM_CONF_ENV = \
17         ac_cv_file__proc_cpuinfo=yes \
18         ac_cv_file__dev_rtc=no \
19         ac_cv_file__dev_hpet=no
20
21 $(eval $(autotools-package))