initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_VIEWRES
|
||||
bool "viewres"
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
help
|
||||
graphical class browser for Xt
|
||||
@@ -0,0 +1,7 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2019-August/003020.html
|
||||
md5 38e6568271d8098327706c5cf855dbc7 viewres-1.0.6.tar.bz2
|
||||
sha1 f1d12e5b4e1180916edb44234599a486b025b480 viewres-1.0.6.tar.bz2
|
||||
sha256 11c15db02066c1d5fc3febf9b185d16c1112f87e37c4b101a484dcefffb80934 viewres-1.0.6.tar.bz2
|
||||
sha512 3f4cfc61608bc6c9b35ef66ceb473661ca01946d3306d54040d32803e8e0eec506a0ce37ea22bfe514544a6ba9645fd30f39b20c063aff696b3c0fda3fe95dff viewres-1.0.6.tar.bz2
|
||||
# Locally computed
|
||||
sha256 aefb540c54bc95c68702cd2ae668c559e63cc1a84f55ae5c0e78547e7d75d2d5 COPYING
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_viewres
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_VIEWRES_VERSION = 1.0.6
|
||||
XAPP_VIEWRES_SOURCE = viewres-$(XAPP_VIEWRES_VERSION).tar.bz2
|
||||
XAPP_VIEWRES_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_VIEWRES_LICENSE = MIT
|
||||
XAPP_VIEWRES_LICENSE_FILES = COPYING
|
||||
XAPP_VIEWRES_DEPENDENCIES = xlib_libXaw
|
||||
XAPP_VIEWRES_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user