view src/src-msys-libopenssl.mk @ 4015:f3d167e40f01

of-tisean: add new package * Makefile.in: add tisean package * build_packages.m: add tisean package to installer * dist-files.mk: update for of-tisean-1-fortran.patch, of-tisean.mk * src/of-tisean-1-fortran.patch: new file * src/of-tisean.mk: new file
author John Donoghue
date Tue, 25 Aug 2015 08:40:44 -0400
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