12 lines
545 B
Makefile
12 lines
545 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="gnulib"
|
|
# Match version with GNULIB_REVISION in grub bootstrap.conf
|
|
PKG_VERSION="ebaa53c5f1253974c6f23bb1500d8de198e84ab8"
|
|
PKG_SHA256="473ec80d80147ad45c38f8ea7bed2db973f266fddee853c646795e35ce928c39"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://savannah.gnu.org/git/?group=gnulib"
|
|
PKG_URL="http://git.savannah.gnu.org/cgit/gnulib.git/snapshot/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
PKG_LONGDESC="GNU portability library"
|
|
PKG_TOOLCHAIN="manual"
|