2022-12-23 15:43:34 +00:00
|
|
|
package=libxcb_util_wm
|
2023-06-28 09:49:37 +00:00
|
|
|
$(package)_version=0.4.2
|
2022-12-23 15:43:34 +00:00
|
|
|
$(package)_download_path=https://xcb.freedesktop.org/dist
|
2023-06-28 09:49:37 +00:00
|
|
|
$(package)_file_name=xcb-util-wm-$($(package)_version).tar.xz
|
|
|
|
$(package)_sha256_hash=62c34e21d06264687faea7edbf63632c9f04d55e72114aa4a57bb95e4f888a0b
|
2022-12-23 15:43:34 +00:00
|
|
|
$(package)_dependencies=libxcb
|
|
|
|
|
|
|
|
define $(package)_set_vars
|
2023-06-28 10:50:32 +00:00
|
|
|
$(package)_config_opts=--disable-shared --disable-devel-docs --without-doxygen
|
2022-12-23 15:43:34 +00:00
|
|
|
$(package)_config_opts += --disable-dependency-tracking --enable-option-checking
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_preprocess_cmds
|
|
|
|
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub .
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_config_cmds
|
|
|
|
$($(package)_autoconf)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_build_cmds
|
|
|
|
$(MAKE)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_stage_cmds
|
|
|
|
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_postprocess_cmds
|
|
|
|
rm -rf share/man share/doc lib/*.la
|
|
|
|
endef
|