initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_XMAN
|
||||
bool "xman"
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
help
|
||||
Manual page display program for the X Window System
|
||||
@@ -0,0 +1,7 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2019-July/003011.html
|
||||
md5 629436867b202098967636b17c8d303c xman-1.1.5.tar.bz2
|
||||
sha1 ec76dbd010f68974e05dfe8bc4b91731a3b7285b xman-1.1.5.tar.bz2
|
||||
sha256 4e3c2c7497e9734a6d3c8e1b6a364612892bb31e9f33076c9fdae7177ab60978 xman-1.1.5.tar.bz2
|
||||
sha512 f6b2be424a79f298bf1a81edce4172572195c9efc9454e5b7b7046f344ed08154c77ccaa763ccdf3f1a30b64aa4802783bf813ee637437ccb1fba434fc5d4400 xman-1.1.5.tar.bz2
|
||||
# Locally computed
|
||||
sha256 4c3d6d6fc5661c64285931a0871728f3745d962d877477235dc66e4043db3d36 COPYING
|
||||
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xman
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XMAN_VERSION = 1.1.5
|
||||
XAPP_XMAN_SOURCE = xman-$(XAPP_XMAN_VERSION).tar.bz2
|
||||
XAPP_XMAN_SITE = https://xorg.freedesktop.org/archive/individual/app
|
||||
XAPP_XMAN_LICENSE = MIT
|
||||
XAPP_XMAN_LICENSE_FILES = COPYING
|
||||
XAPP_XMAN_DEPENDENCIES = xlib_libXaw
|
||||
XAPP_XMAN_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
|
||||
|
||||
XAPP_XMAN_CONF_ENV = \
|
||||
ac_cv_file__etc_man_conf=no \
|
||||
ac_cv_file__etc_man_config=no \
|
||||
ac_cv_file__etc_manpath_config=no \
|
||||
ac_cv_file__usr_share_misc_man_conf=no
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user