view src/python-embedded.mk @ 5319:cf1366413153

* src/msys2-filesystem.mk: insert mount of /tmp to user profile temp
author John Donoghue
date Mon, 24 Feb 2020 14:48:05 -0500
parents 69f25be92c64
children 8aacfe9a347f
line wrap: on
line source

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

PKG             := python-embedded
$(PKG)_VERSION  := 3.8.1
$(PKG)_CHECKSUM := 7b33bfd3c61f5eb868acb6130b3215e044061046
$(PKG)_SUBDIR   := 
$(PKG)_FILE     := python-$($(PKG)_VERSION)-embed-win32.zip
$(PKG)_URL      := https://www.python.org/ftp/python/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS     := 

define $(PKG)_UPDATE
    echo $($(PKG)_VERSION)
endef

define $(PKG)_BUILD
    mkdir -p '$(3)$(HOST_PREFIX)/python'
    cd '$(1)' && tar cf - . | ( cd '$(3)$(HOST_PREFIX)/python'; tar xpf - )
endef