2014-07-23 01:31:30 -04:00
|
|
|
package=libXau
|
2020-08-03 22:37:17 -04:00
|
|
|
$(package)_version=1.0.9
|
2019-05-19 15:58:29 -04:00
|
|
|
$(package)_download_path=https://xorg.freedesktop.org/releases/individual/lib/
|
2014-07-23 01:31:30 -04:00
|
|
|
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
|
2020-08-03 22:37:17 -04:00
|
|
|
$(package)_sha256_hash=ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec
|
2014-07-23 01:31:30 -04:00
|
|
|
$(package)_dependencies=xproto
|
|
|
|
|
2019-07-10 04:46:48 -04:00
|
|
|
# When updating this package, check the default value of
|
|
|
|
# --disable-xthreads. It is currently enabled.
|
2014-07-23 01:31:30 -04:00
|
|
|
define $(package)_set_vars
|
2019-10-11 14:31:50 -03:00
|
|
|
$(package)_config_opts=--disable-shared --disable-lint-library --without-lint
|
|
|
|
$(package)_config_opts += --disable-dependency-tracking --enable-option-checking
|
2014-11-11 20:21:23 -03:00
|
|
|
$(package)_config_opts_linux=--with-pic
|
2014-07-23 01:31:30 -04:00
|
|
|
endef
|
|
|
|
|
2018-07-19 01:04:00 -04:00
|
|
|
define $(package)_preprocess_cmds
|
|
|
|
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub .
|
|
|
|
endef
|
|
|
|
|
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
|
2019-04-18 13:49:11 -04:00
|
|
|
|
|
|
|
define $(package)_postprocess_cmds
|
2021-08-23 13:21:49 -04:00
|
|
|
rm -rf share lib/*.la
|
2019-04-18 13:49:11 -04:00
|
|
|
endef
|