initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_XCALC
|
||||
bool "xcalc"
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
help
|
||||
scientific calculator for X
|
||||
@@ -0,0 +1,7 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2019-June/002996.html
|
||||
md5 3b566e47c76356cecaa71eb431767ae1 xcalc-1.1.0.tar.bz2
|
||||
sha1 0537f7ee56558cf80133c6b49c4757c1166aaeb6 xcalc-1.1.0.tar.bz2
|
||||
sha256 d5d746954465afc3da1f355d721882806568fb04b4d059c027702c0d16a3b5eb xcalc-1.1.0.tar.bz2
|
||||
sha512 877aab7bb08f409a21c26b841f4d91eb6993914ed0d26512e47d6b3d2b3e0b231158901415a106cfb45de43f03f253bf2a8733f986538d4ee810afe0e54f98d5 xcalc-1.1.0.tar.bz2
|
||||
# Locally computed
|
||||
sha256 8dd69dbec37866a41d3040c5c478aca46e0b50c30319f178064d5e2ed9d3f912 COPYING
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xcalc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XCALC_VERSION = 1.1.0
|
||||
XAPP_XCALC_SOURCE = xcalc-$(XAPP_XCALC_VERSION).tar.bz2
|
||||
XAPP_XCALC_SITE = https://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XCALC_LICENSE = MIT
|
||||
XAPP_XCALC_LICENSE_FILES = COPYING
|
||||
XAPP_XCALC_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-exec install-data
|
||||
XAPP_XCALC_DEPENDENCIES = xlib_libXaw
|
||||
XAPP_XCALC_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user