2014-07-23 01:31:30 -04:00
|
|
|
package=xcb_proto
|
2023-07-18 06:27:09 -04:00
|
|
|
$(package)_version=1.15.2
|
2020-08-03 22:37:50 -04:00
|
|
|
$(package)_download_path=https://xorg.freedesktop.org/archive/individual/proto
|
|
|
|
$(package)_file_name=xcb-proto-$($(package)_version).tar.xz
|
2023-07-18 06:27:09 -04:00
|
|
|
$(package)_sha256_hash=7072beb1f680a2fe3f9e535b797c146d22528990c72f63ddb49d2f350a3653ed
|
2014-07-23 01:31:30 -04:00
|
|
|
|
|
|
|
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
|
2020-08-03 22:37:50 -04:00
|
|
|
rm -rf lib/python*/site-packages/xcbgen/__pycache__
|
2014-07-23 01:31:30 -04:00
|
|
|
endef
|