initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
config BR2_PACKAGE_LIBSEXY
bool "libsexy"
depends on BR2_PACKAGE_LIBGTK2
select BR2_PACKAGE_LIBXML2
help
libsexy is a collection of GTK+ widgets that extend the
functionality of such standard widgets as GtkEntry and
GtkLabel by subclassing them and working around the
limitations of the widgets.
https://blog.chipx86.com/tag/libsexy/
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e libsexy-0.1.11.tar.gz
sha256 a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7 COPYING
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# libsexy
#
################################################################################
LIBSEXY_VERSION = 0.1.11
LIBSEXY_SITE = http://releases.chipx86.com/libsexy/libsexy
LIBSEXY_DEPENDENCIES = libgtk2 libxml2
LIBSEXY_INSTALL_STAGING = YES
LIBSEXY_LICENSE = LGPL-2.1+
LIBSEXY_LICENSE_FILES = COPYING
$(eval $(autotools-package))