add gmenu2x

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK
2020-12-04 22:59:23 +01:00
parent f6d4b3f7b3
commit dd9a96b777
16 changed files with 132 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_LIBOPK
bool "libopk"
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_LIBINI
help
Library to handle OPK packages.
https://github.com/pcercuei/libopk

View File

@@ -0,0 +1 @@
sha256 99f5f55038bcda1b66de369897a9612fa52a657d1c573d1932e3eaa3d07ee7b1 libopk-3c918c8.tar.gz

View File

@@ -0,0 +1,11 @@
#############################################################
#
# libopk
#
#############################################################
LIBOPK_VERSION = 3c918c8
LIBOPK_SITE = $(call github,pcercuei,libopk,$(LIBOPK_VERSION))
LIBOPK_DEPENDENCIES = libini zlib
LIBOPK_INSTALL_STAGING = YES
$(eval $(cmake-package))