Skip to content

Commit

Permalink
Merge pull request gridcoin-community#2 from TheCharlatan/integrated_…
Browse files Browse the repository at this point in the history
…scraper

Add curl depends recipe back
  • Loading branch information
jamescowens committed Nov 8, 2018
2 parents 81726e2 + 67e2699 commit 2e49e28
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions depends/packages/curl.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package=curl
$(package)_version=7.55.0
$(package)_download_path=https://curl.haxx.se/download/
$(package)_file_name=$(package)-$($(package)_version).tar.gz
$(package)_sha256_hash=dae1b1be34f5983e8d46917f2bdbb2335aecd0e57f777f4c32213da6a8050a80
define $(package)_set_vars
$(package)_config_opts=--disable-shared
$(package)_config_opts+= --enable-static
$(package)_config_opts_release+=--disable-debug-mode
$(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
define $(package)_postprocess_cmds
endef
2 changes: 1 addition & 1 deletion depends/packages/packages.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:=boost openssl
packages:=boost openssl curl
native_packages := native_ccache

qt_packages = qrencode zlib
Expand Down

0 comments on commit 2e49e28

Please sign in to comment.