kumquat-buildroot/package/librtas/librtas.mk
Fabrice Fontaine 24f96c818e package/librtas: bump to version 2.0.2
Update indentation in hash file (two spaces)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-07-27 08:51:23 +02:00

16 lines
442 B
Makefile

################################################################################
#
# librtas
#
################################################################################
LIBRTAS_VERSION = 2.0.2
LIBRTAS_SITE = $(call github,ibm-power-utilities,librtas,v$(LIBRTAS_VERSION))
LIBRTAS_LICENSE = LGPL-2.1+
LIBRTAS_LICENSE_FILES = COPYING.LESSER
LIBRTAS_INSTALL_STAGING = YES
# From git
LIBRTAS_AUTORECONF = YES
$(eval $(autotools-package))