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
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_LEAFPAD
bool "leafpad"
depends on BR2_PACKAGE_LIBGTK2
help
GTK+ based simple text editor
http://savannah.nongnu.org/download/leafpad
+4
View File
@@ -0,0 +1,4 @@
# Locally calculated after checking pgp signature
sha256 959d22ae07f22803bc66ff40d373a854532a6e4732680bf8a96a3fbcb9f80a2c leafpad-0.8.18.1.tar.gz
# Locally computed
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# leafpad
#
################################################################################
LEAFPAD_VERSION = 0.8.18.1
LEAFPAD_SITE = http://savannah.nongnu.org/download/leafpad
LEAFPAD_DEPENDENCIES = libgtk2 host-intltool
LEAFPAD_LICENSE = GPL-2.0+
LEAFPAD_LICENSE_FILES = COPYING
$(eval $(autotools-package))