2014-07-23 01:31:30 -04:00
|
|
|
package=qrencode
|
2023-03-23 07:29:13 -03:00
|
|
|
$(package)_version=4.1.1
|
2014-07-23 01:31:30 -04:00
|
|
|
$(package)_download_path=https://fukuchi.org/works/qrencode/
|
2017-02-18 04:37:27 -03:00
|
|
|
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
|
2023-03-23 07:29:13 -03:00
|
|
|
$(package)_sha256_hash=e455d9732f8041cf5b9c388e345a641fd15707860f928e94507b1961256a6923
|
2014-07-23 01:31:30 -04:00
|
|
|
|
|
|
|
define $(package)_set_vars
|
2023-03-23 07:29:13 -03:00
|
|
|
$(package)_config_opts=--disable-shared --without-tools --without-tests --without-png
|
2019-10-11 14:31:50 -03:00
|
|
|
$(package)_config_opts += --disable-gprof --disable-gcov --disable-mudflap
|
|
|
|
$(package)_config_opts += --disable-dependency-tracking --enable-option-checking
|
2014-11-11 20:21:23 -03:00
|
|
|
$(package)_config_opts_linux=--with-pic
|
2019-10-18 17:03:51 -03:00
|
|
|
$(package)_config_opts_android=--with-pic
|
2023-03-23 07:29:13 -03:00
|
|
|
$(package)_cflags += -Wno-int-conversion -Wno-implicit-function-declaration
|
2014-07-23 01:31:30 -04:00
|
|
|
endef
|
|
|
|
|
2018-07-19 01:04:00 -04:00
|
|
|
define $(package)_preprocess_cmds
|
|
|
|
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub use
|
|
|
|
endef
|
|
|
|
|
2014-07-23 01:31:30 -04: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 13:49:11 -04:00
|
|
|
|
|
|
|
define $(package)_postprocess_cmds
|
|
|
|
rm lib/*.la
|
|
|
|
endef
|