mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
5
package/x11r7/xapp_xmessage/Config.in
Normal file
5
package/x11r7/xapp_xmessage/Config.in
Normal file
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_XMESSAGE
|
||||
bool "xmessage"
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
help
|
||||
display a message or query in a window (X-based /bin/echo)
|
||||
7
package/x11r7/xapp_xmessage/xapp_xmessage.hash
Normal file
7
package/x11r7/xapp_xmessage/xapp_xmessage.hash
Normal file
@@ -0,0 +1,7 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2018-March/002868.html
|
||||
md5 e50ffae17eeb3943079620cb78f5ce0b xmessage-1.0.5.tar.bz2
|
||||
sha1 d3eca72c7173d0d9547c676a16bcec51ca1213a2 xmessage-1.0.5.tar.bz2
|
||||
sha256 373dfb81e7a6f06d3d22485a12fcde6e255d58c6dee1bbaeb00c7d0caa9b2029 xmessage-1.0.5.tar.bz2
|
||||
sha512 a8423c3986b1576fa67800c315a605a527bb9a8f594ac269a736ae7b91eed0d4d83deb89148197dc3cd3f0e51894146958ce2979f78e97dcdb99c5326e34dabe xmessage-1.0.5.tar.bz2
|
||||
# Locally computed
|
||||
sha256 dfd5427188bd6d6647ad1a9a0644428403c6239f6aa7f9d1a17629d8cc0a4ecd COPYING
|
||||
15
package/x11r7/xapp_xmessage/xapp_xmessage.mk
Normal file
15
package/x11r7/xapp_xmessage/xapp_xmessage.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xmessage
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XMESSAGE_VERSION = 1.0.5
|
||||
XAPP_XMESSAGE_SOURCE = xmessage-$(XAPP_XMESSAGE_VERSION).tar.bz2
|
||||
XAPP_XMESSAGE_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XMESSAGE_LICENSE = MIT
|
||||
XAPP_XMESSAGE_LICENSE_FILES = COPYING
|
||||
XAPP_XMESSAGE_DEPENDENCIES = xlib_libXaw
|
||||
XAPP_XMESSAGE_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user