buildroot/package/numactl/numactl.mk
Mikhail Karpenko a1f4421cc7 numactl: change source code provider to GitHub
The original ftp with source code is not reachable any more and this
commit changes the location of the package to corresponding GitHub
project.

Signed-off-by: Mikhail Karpenko <karpenko@fastmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-06-10 15:01:50 +02:00

15 lines
441 B
Makefile

################################################################################
#
# numactl
#
################################################################################
NUMACTL_VERSION = v2.0.11
NUMACTL_SITE = $(call github,numactl,numactl,$(NUMACTL_VERSION))
NUMACTL_LICENSE = LGPL-2.1 (libnuma), GPL-2.0 (programs)
NUMACTL_LICENSE_FILES = README
NUMACTL_INSTALL_STAGING = YES
NUMACTL_AUTORECONF = YES
$(eval $(autotools-package))