initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_XSET
|
||||
bool "xset"
|
||||
select BR2_PACKAGE_XLIB_LIBXMU
|
||||
help
|
||||
X.Org xset application
|
||||
@@ -0,0 +1,7 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2018-March/002873.html
|
||||
md5 70ea7bc7bacf1a124b1692605883f620 xset-1.2.4.tar.bz2
|
||||
sha1 41a857f30ff5bb0dfbda1549bb703984344ea228 xset-1.2.4.tar.bz2
|
||||
sha256 e4fd95280df52a88e9b0abc1fee11dcf0f34fc24041b9f45a247e52df941c957 xset-1.2.4.tar.bz2
|
||||
sha512 f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d xset-1.2.4.tar.bz2
|
||||
# Locally computed
|
||||
sha256 6bfc619b6d37dd0e6ca575edcb3a05194136e04d1d9989b8e14e6f7850587382 COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xset
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XSET_VERSION = 1.2.4
|
||||
XAPP_XSET_SOURCE = xset-$(XAPP_XSET_VERSION).tar.bz2
|
||||
XAPP_XSET_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XSET_LICENSE = MIT
|
||||
XAPP_XSET_LICENSE_FILES = COPYING
|
||||
XAPP_XSET_DEPENDENCIES = xlib_libXmu
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user