2014-07-23 07:31:30 +02:00
|
|
|
package=libXext
|
2019-04-19 23:21:58 +02:00
|
|
|
$(package)_version=1.3.3
|
2019-05-19 21:58:29 +02:00
|
|
|
$(package)_download_path=https://xorg.freedesktop.org/releases/individual/lib/
|
2014-07-23 07:31:30 +02:00
|
|
|
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
|
2019-04-19 23:21:58 +02:00
|
|
|
$(package)_sha256_hash=b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35
|
2014-07-23 07:31:30 +02:00
|
|
|
$(package)_dependencies=xproto xextproto libX11 libXau
|
|
|
|
|
|
|
|
define $(package)_set_vars
|
2019-05-15 19:50:01 +02:00
|
|
|
$(package)_config_opts=--disable-shared
|
2014-07-23 07:31:30 +02:00
|
|
|
endef
|
|
|
|
|
2018-07-19 07:04:00 +02:00
|
|
|
define $(package)_preprocess_cmds
|
|
|
|
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub .
|
|
|
|
endef
|
|
|
|
|
2014-07-23 07:31:30 +02: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 19:49:11 +02:00
|
|
|
|
|
|
|
define $(package)_postprocess_cmds
|
|
|
|
rm lib/*.la
|
|
|
|
endef
|