view src/src-msys-libopenssl.mk @ 4128:253ac032547a

Fix more problems with libmng recipe (bug #47712). * src/libmng.mk: Remove unnecessary mkdir command in recipe. Call autoreconf with --force option because the libmng archive file ships with an out-of-date ltmain.sh which will not be replaced without --force.
author Rik <rik@octave.org>
date Wed, 20 Apr 2016 15:39:48 -0700
parents 5ad15d20d11b
children 4eb3a598f57c
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := src-msys-libopenssl
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.0.0-1
$(PKG)_CHECKSUM := d2b4f58d0830acc6145c9149ce7e196f8e5a22f5
$(PKG)_REMOTE_SUBDIR := openssl/openssl-$($(PKG)_VERSION)
$(PKG)_SUBDIR   := 
$(PKG)_FILE     := openssl-$($(PKG)_VERSION)-msys-1.0.13-src.tar.lzma
$(PKG)_URL      := $(MSYS_EXTENSION_URL)/$($(PKG)_REMOTE_SUBDIR)/$($(PKG)_FILE)/download
$(PKG)_DEPS     := 

define $(PKG)_UPDATE
    $(WGET) -q -O- '$(MSYS_EXTENSION_URL)/openssl' | \
    $(SED) -n 's,.*title="libopenssl-\([0-9][^"]*\)".*,\1,p' | \
    head -1
endef

define $(PKG)_BUILD
endef