The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / numactl / numactl.mk
1 ################################################################################
2 #
3 # numactl
4 #
5 ################################################################################
6
7 NUMACTL_VERSION = 2.0.10
8 NUMACTL_SITE = ftp://oss.sgi.com/www/projects/libnuma/download
9 NUMACTL_LICENSE = LGPLv2.1 (libnuma), GPLv2 (programs)
10 NUMACTL_LICENSE_FILES = README
11 NUMACTL_INSTALL_STAGING = YES
12
13 # numactl tarball doesn't contain a pregenerated configure script.
14 NUMACTL_AUTORECONF = YES
15
16 $(eval $(autotools-package))