2014-12-31 17:49:12 +01:00
|
|
|
package=libXau
|
2023-08-03 13:45:17 +02:00
|
|
|
$(package)_version=1.0.9
|
2019-05-22 13:39:26 +02:00
|
|
|
$(package)_download_path=https://xorg.freedesktop.org/releases/individual/lib/
|
2014-12-31 17:49:12 +01:00
|
|
|
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
|
2023-08-03 13:45:17 +02:00
|
|
|
$(package)_sha256_hash=ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec
|
2014-12-31 17:49:12 +01:00
|
|
|
$(package)_dependencies=xproto
|
|
|
|
|
2019-08-24 04:44:46 +02:00
|
|
|
# When updating this package, check the default value of
|
|
|
|
# --disable-xthreads. It is currently enabled.
|
2014-12-31 17:49:12 +01:00
|
|
|
define $(package)_set_vars
|
2019-08-24 04:44:46 +02:00
|
|
|
$(package)_config_opts=--disable-shared --disable-lint-library --without-lint
|
2019-10-18 21:40:22 +02:00
|
|
|
$(package)_config_opts += --disable-dependency-tracking --enable-option-checking
|
2014-12-31 17:49:12 +01:00
|
|
|
endef
|
|
|
|
|
2018-07-19 07:04:00 +02:00
|
|
|
define $(package)_preprocess_cmds
|
|
|
|
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub .
|
|
|
|
endef
|
|
|
|
|
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
|
2019-06-05 16:34:12 +02:00
|
|
|
|
|
|
|
define $(package)_postprocess_cmds
|
2021-10-19 09:51:18 +02:00
|
|
|
rm -rf share lib/*.la
|
2019-06-05 16:34:12 +02:00
|
|
|
endef
|