mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 10:22:46 +01:00
add gmenu2x
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
6
FunKey/package/libini/Config.in
Normal file
6
FunKey/package/libini/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LIBINI
|
||||
bool "libini"
|
||||
help
|
||||
Tiny library to help reading INI files.
|
||||
|
||||
https://github.com/pcercuei/libini
|
||||
1
FunKey/package/libini/libini.hash
Normal file
1
FunKey/package/libini/libini.hash
Normal file
@@ -0,0 +1 @@
|
||||
sha256 fbb4fd49d367f4c700e893a5ea82e3c8c0175ee917d456de34593a981d7a68b3 libini-c3413da.tar.gz
|
||||
10
FunKey/package/libini/libini.mk
Normal file
10
FunKey/package/libini/libini.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
#############################################################
|
||||
#
|
||||
# libini
|
||||
#
|
||||
#############################################################
|
||||
LIBINI_VERSION = c3413da
|
||||
LIBINI_SITE = $(call github,pcercuei,libini,$(LIBINI_VERSION))
|
||||
LIBINI_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user