mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
- 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
b69c2046ce)
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>
18 lines
557 B
Makefile
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))
|