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
592 B
22 lines
592 B
package=qrencode |
|
$(package)_version=3.4.4 |
|
$(package)_download_path=https://fukuchi.org/works/qrencode/ |
|
$(package)_file_name=qrencode-$(qrencode_version).tar.bz2 |
|
$(package)_sha256_hash=efe5188b1ddbcbf98763b819b146be6a90481aac30cfc8d858ab78a19cde1fa5 |
|
|
|
define $(package)_set_vars |
|
$(package)_config_opts=--disable-shared -without-tools --disable-sdltest |
|
$(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
|
|
|