Skip to content

Commit

Permalink
depends: update miniupnpc to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklodder committed Jan 7, 2025
1 parent 2f4a0f6 commit ceddab5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions depends/packages/miniupnpc.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package=miniupnpc
$(package)_version=2.0.20170509
$(package)_version=2.2.8
$(package)_download_path=http://miniupnp.free.fr/files
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a
$(package)_sha256_hash=05b929679091b9921b6b6c1f25e39e4c8d1f4d46c8feb55a412aa697aee03a93

define $(package)_set_vars
$(package)_build_opts=CC="$($(package)_cc)"
Expand All @@ -18,11 +18,11 @@ define $(package)_preprocess_cmds
endef

define $(package)_build_cmds
$(MAKE) libminiupnpc.a $($(package)_build_opts)
$(MAKE) build/libminiupnpc.a $($(package)_build_opts)
endef

define $(package)_stage_cmds
mkdir -p $($(package)_staging_prefix_dir)/include/miniupnpc $($(package)_staging_prefix_dir)/lib &&\
install *.h $($(package)_staging_prefix_dir)/include/miniupnpc &&\
install libminiupnpc.a $($(package)_staging_prefix_dir)/lib
install build/libminiupnpc.a $($(package)_staging_prefix_dir)/lib
endef

0 comments on commit ceddab5

Please sign in to comment.