view src/src-msys2-libgcrypt.mk @ 5067:01ced4433575

libbiossig: added new package * src/libbiosig-1-fixes.patch: new file * src/libbiosig.mk: new file * dist-files.mk: new file * index.html * binary-dist-rules.mk: add libbiosig as windows dist dependancy
author John Donoghue
date Thu, 09 May 2019 13:43:05 -0400
parents f84bb02890c0
children 1687486bfe67
line wrap: on
line source

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

PKG             := src-msys2-libgcrypt
$(PKG)_NAME     := libgcrypt
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.8.4-1
$(PKG)_CHECKSUM := 5ec429ecd4160f0e0e885a870367ae8dda1f9f82
$(PKG)_SUBDIR   := 
$(PKG)_FILE     := $($(PKG)_NAME)-$($(PKG)_VERSION).src.tar.gz
$(PKG)_URL      := $(MSYS2_SRC_URL)/$($(PKG)_FILE)/download

$(PKG)_DEPS     := 

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

define $(PKG)_BUILD
endef