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
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_IJS
bool "ijs"
depends on BR2_USE_MMU # fork()
help
The IJS package contains a library which implements a
protocol for transmission of raster page images.
http://www.openprinting.org/
+3
View File
@@ -0,0 +1,3 @@
# Locally computed:
sha256 11a5f5084488c480f3ff5a24d64d7147bb64272bf60a0ba51330a56c5b50cab9 ijs-0.35.tar.bz2
sha256 f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f README
+17
View File
@@ -0,0 +1,17 @@
################################################################################
#
# ijs
#
################################################################################
IJS_VERSION = 0.35
IJS_SOURCE = ijs-$(IJS_VERSION).tar.bz2
IJS_SITE = http://www.openprinting.org/download/ijs/download
IJS_LICENSE = MIT
IJS_LICENSE_FILES = README
# Buildroot libtool patch does not apply, so we autoreconf the
# package.
IJS_AUTORECONF = YES
IJS_INSTALL_STAGING = YES
$(eval $(autotools-package))