You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
604 B
22 lines
604 B
package=freetype |
|
$(package)_version=2.5.3 |
|
$(package)_download_path=http://downloads.sourceforge.net/$(package) |
|
$(package)_file_name=$(package)-$($(package)_version).tar.bz2 |
|
$(package)_sha256_hash=c0848b29d52ef3ca27ad92e08351f023c5e24ce8cea7d8fe69fc96358e65f75e |
|
|
|
define $(package)_set_vars |
|
$(package)_config_opts=--without-zlib --without-png --disable-static |
|
$(package)_config_opts_linux=--with-pic |
|
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
|
|
|