a1f4421cc7
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>
15 lines
441 B
Makefile
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))
|