2014-07-23 01:31:30 -04:00
|
|
|
package=freetype
|
2020-08-03 23:02:02 -04:00
|
|
|
$(package)_version=2.11.0
|
2019-05-19 15:58:29 -04:00
|
|
|
$(package)_download_path=https://download.savannah.gnu.org/releases/$(package)
|
2020-08-03 23:02:02 -04:00
|
|
|
$(package)_file_name=$(package)-$($(package)_version).tar.xz
|
|
|
|
$(package)_sha256_hash=8bee39bd3968c4804b70614a0a3ad597299ad0e824bc8aad5ce8aaf48067bde7
|
2014-07-23 01:31:30 -04:00
|
|
|
|
|
|
|
define $(package)_set_vars
|
2018-10-03 17:49:51 -03:00
|
|
|
$(package)_config_opts=--without-zlib --without-png --without-harfbuzz --without-bzip2 --disable-static
|
2020-08-03 23:02:02 -04:00
|
|
|
$(package)_config_opts += --enable-option-checking --without-brotli
|
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
|
2021-08-23 13:20:05 -04:00
|
|
|
rm -rf share/man lib/*.la
|
2019-04-18 13:49:11 -04:00
|
|
|
endef
|