view src/src-msys-tar.mk @ 4258:a45374f7d9a3

Use 8.3 format for octave path * installer-files/octave-firsttime.vbs: convert OctavePath to shortpath * installer-files/octave.vbs: convert OctavePath to shortpath * installer-files/octave.bat: convert OCT_HOME to 8.3 path * tools/makeinst-script.sh.in: call pkg rbuild and fc_cache with 8.3 pathname
author John D
date Tue, 06 Dec 2016 02:27:58 -0500
parents c8546fe79bc9
children
line wrap: on
line source

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

PKG             := src-msys-tar
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.23-1
$(PKG)_CHECKSUM := f65c2f71f8c9c651d0f0b4be84e38205612ea5ee
$(PKG)_REMOTE_SUBDIR := tar/tar-$($(PKG)_VERSION)
$(PKG)_SUBDIR   := 
$(PKG)_FILE     := tar-$($(PKG)_VERSION)-msys-1.0.13-src.tar.lzma
$(PKG)_URL      := $(MSYS_BASE_URL)/$($(PKG)_REMOTE_SUBDIR)/$($(PKG)_FILE)/download
$(PKG)_DEPS     := 

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

define $(PKG)_BUILD
endef