You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
package=libxcb_util_wm
|
|
|
|
$(package)_version=0.4.1
|
|
|
|
$(package)_download_path=https://xcb.freedesktop.org/dist
|
|
|
|
$(package)_file_name=xcb-util-wm-$($(package)_version).tar.gz
|
|
|
|
$(package)_sha256_hash=038b39c4bdc04a792d62d163ba7908f4bb3373057208c07110be73c1b04b8334
|
|
|
|
$(package)_dependencies=libxcb
|
|
|
|
|
|
|
|
define $(package)_set_vars
|
|
|
|
$(package)_config_opts=--disable-static --disable-devel-docs --without-doxygen
|
|
|
|
$(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
|