2014-07-23 01:31:30 -04:00
|
|
|
package=libXext
|
2019-04-19 17:21:58 -04:00
|
|
|
$(package)_version=1.3.3
|
2019-05-19 19:58:29 +00: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
|
2019-04-19 17:21:58 -04:00
|
|
|
$(package)_sha256_hash=b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35
|
2014-07-23 01:31:30 -04:00
|
|
|
$(package)_dependencies=xproto xextproto libX11 libXau
|
|
|
|
|
|
|
|
define $(package)_set_vars
|
2019-05-15 13:50:01 -04:00
|
|
|
$(package)_config_opts=--disable-shared
|
2014-07-23 01:31:30 -04:00
|
|
|
endef
|
|
|
|
|
2018-07-19 05:04:00 +00: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
|
|
|
|
rm lib/*.la
|
|
|
|
endef
|