initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XAPP_XLSATOMS
|
||||
bool "xlsatoms"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXMU
|
||||
help
|
||||
list interned atoms defined on server
|
||||
@@ -0,0 +1,7 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2019-February/002951.html
|
||||
md5 61671fee12535347db24ec3a715032a7 xlsatoms-1.1.3.tar.bz2
|
||||
sha1 9fdb1e8df6bb08529a812ac90f63d500bf5174cc xlsatoms-1.1.3.tar.bz2
|
||||
sha256 57868f958c263976727881f3078e55b86b4a109dc578d2b92f5c6d690850a382 xlsatoms-1.1.3.tar.bz2
|
||||
sha512 c267ccfdc5a83e834bfb5c3b144e22642badcadef4eb146eeec2df6fe6f85e9379500ae4219912c70fa2e535036a1a96cf496381f5d814e79af075e03c975f30 xlsatoms-1.1.3.tar.bz2
|
||||
# Locally computed
|
||||
sha256 f0a362fc1b8e788845b1c0ad7ba9ade58fdfb73da750c3b9780db5d70b947657 COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xlsatoms
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XLSATOMS_VERSION = 1.1.3
|
||||
XAPP_XLSATOMS_SOURCE = xlsatoms-$(XAPP_XLSATOMS_VERSION).tar.bz2
|
||||
XAPP_XLSATOMS_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XLSATOMS_LICENSE = MIT
|
||||
XAPP_XLSATOMS_LICENSE_FILES = COPYING
|
||||
XAPP_XLSATOMS_DEPENDENCIES = xlib_libX11 xlib_libXmu
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user