initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_XLSFONTS
|
||||
bool "xlsfonts"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
help
|
||||
X.Org xlsfonts application
|
||||
@@ -0,0 +1,7 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2018-March/002867.html
|
||||
md5 5774fd4f518b3f338f2b28f270e04bfc xlsfonts-1.0.6.tar.bz2
|
||||
sha1 bf95e46e0897dcb9d197ce20d4fa024b8ace5148 xlsfonts-1.0.6.tar.bz2
|
||||
sha256 89b80b3a030006ab6cef717be286c12f2477894b227158b1e6133274f6ebd368 xlsfonts-1.0.6.tar.bz2
|
||||
sha512 052a3b1dec23cb20fdfacd4500cb836feb3b888bf568a548ea71deb58a4ba10a1ad5392d658e95272c6d4a1832edf1f19c3de2498b78dca82c43ee52800a30c0 xlsfonts-1.0.6.tar.bz2
|
||||
# Locally computed
|
||||
sha256 dcdf5fa36a652efbe61a21def1301739b0010334ae3f049f1cff433221a8c7a5 COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xlsfonts
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XLSFONTS_VERSION = 1.0.6
|
||||
XAPP_XLSFONTS_SOURCE = xlsfonts-$(XAPP_XLSFONTS_VERSION).tar.bz2
|
||||
XAPP_XLSFONTS_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XLSFONTS_LICENSE = MIT
|
||||
XAPP_XLSFONTS_LICENSE_FILES = COPYING
|
||||
XAPP_XLSFONTS_DEPENDENCIES = xlib_libX11
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user