2014-12-31 17:49:12 +01:00
|
|
|
package=xcb_proto
|
2023-08-03 13:45:17 +02:00
|
|
|
$(package)_version=1.14.1
|
|
|
|
$(package)_download_path=https://xorg.freedesktop.org/archive/individual/proto
|
|
|
|
$(package)_file_name=xcb-proto-$($(package)_version).tar.xz
|
|
|
|
$(package)_sha256_hash=f04add9a972ac334ea11d9d7eb4fc7f8883835da3e4859c9afa971efdf57fcc3
|
2014-12-31 17:49:12 +01: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
|
2023-08-03 13:45:17 +02:00
|
|
|
rm -rf lib/python*/site-packages/xcbgen/__pycache__
|
2014-12-31 17:49:12 +01:00
|
|
|
endef
|