2014-07-23 01:31:30 -04:00
|
|
|
package=expat
|
2020-08-13 23:07:53 -04:00
|
|
|
$(package)_version=2.4.1
|
|
|
|
$(package)_download_path=https://github.com/libexpat/libexpat/releases/download/R_2_4_1/
|
|
|
|
$(package)_file_name=$(package)-$($(package)_version).tar.xz
|
|
|
|
$(package)_sha256_hash=cf032d0dba9b928636548e32b327a2d66b1aab63c4f4a13dd132c2d1d2f2fb6a
|
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 --without-docbook --without-tests --without-examples
|
|
|
|
$(package)_config_opts += --disable-dependency-tracking --enable-option-checking
|
2020-08-13 23:07:53 -04:00
|
|
|
$(package)_config_opts += --without-xmlwf
|
2019-05-15 13:50:01 -04:00
|
|
|
$(package)_config_opts_linux=--with-pic
|
2014-07-23 01:31:30 -04:00
|
|
|
endef
|
|
|
|
|
|
|
|
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
|
2020-08-13 23:07:53 -04:00
|
|
|
rm -rf share lib/cmake lib/*.la
|
2019-04-18 13:49:11 -04:00
|
|
|
endef
|