2014-07-23 01:31:30 -04:00
|
|
|
package=freetype
|
2017-01-04 09:54:52 -03:00
|
|
|
$(package)_version=2.7.1
|
2019-05-19 15:58:29 -04:00
|
|
|
$(package)_download_path=https://download.savannah.gnu.org/releases/$(package)
|
2014-07-23 01:31:30 -04:00
|
|
|
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
|
2017-01-04 09:54:52 -03:00
|
|
|
$(package)_sha256_hash=3a3bb2c4e15ffb433f2032f50a5b5a92558206822e22bfe8cbe339af4aa82f88
|
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
|
2019-10-11 14:31:50 -03:00
|
|
|
$(package)_config_opts += --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
|
|
|
|
|
|
|
|
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
|