24f96c818e
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>
16 lines
442 B
Makefile
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))
|