Files
Fabrice Fontaine 8f1770cb9b package/libsysfs: bump to version 2.1.1
- Switch to github to get latest release
- Not an uploaded tarball, so autoreconf is necessary
- Update hash of license files (gnu.org license files are used since
  https://github.com/linux-ras/sysfsutils/commit/b69c2046ce8307804e91403643d43baad086feb3)
  Paragraphs are rewrapped, URLs and addresses have changed, and some
  additional explanation from gnu.org is added. It's still just (L)GPL
  though.

https://github.com/linux-ras/sysfsutils/releases/tag/v2.1.1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-09-23 23:01:59 +02:00

18 lines
557 B
Makefile

################################################################################
#
# libsysfs
#
################################################################################
LIBSYSFS_VERSION = 2.1.1
LIBSYSFS_SITE = $(call github,linux-ras,sysfsutils,v$(LIBSYSFS_VERSION))
LIBSYSFS_INSTALL_STAGING = YES
LIBSYSFS_LICENSE = GPL-2.0 (utilities), LGPL-2.1+ (library)
LIBSYSFS_LICENSE_FILES = cmd/GPL lib/LGPL
LIBSYSFS_CPE_ID_VENDOR = sysfsutils_project
LIBSYSFS_CPE_ID_PRODUCT = sysfsutils
# From git
LIBSYSFS_AUTORECONF = YES
$(eval $(autotools-package))