view src/src-msys2-findutils.mk @ 4854:990b5e6b1970

use AC_PATH_PROG to check for ccache; use result in ccache-links Makefile rule
author John W. Eaton <jwe@octave.org>
date Wed, 10 Oct 2018 14:39:43 -0400
parents 202fa20cf559
children 1687486bfe67
line wrap: on
line source

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

PKG             := src-msys2-findutils
$(PKG)_NAME     := findutils
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 4.6.0-1
$(PKG)_CHECKSUM := 55f99dd17619b3d5c69b6bd7ef1fbd4501390350
$(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