view src/msys2-libsqlite.mk @ 4853:2ee6a02e6f28

check for ccache; don't attempt to use ccache if it is missing (bug #54746)
author John W. Eaton <jwe@octave.org>
date Wed, 10 Oct 2018 14:31:19 -0400
parents 14328ca36f61
children 9fc252d2d72b
line wrap: on
line source

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

PKG             := msys2-libsqlite
$(PKG)_NAME     := libsqlite
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 3.21.0-4
$(PKG)_x86_64_CS := f3b13910f3ecf590d9ba0415afe96bef70816986
$(PKG)_i686_CS  := cfbcd80b3ffcdc88acf4da36c4541e849debc2ee
$(PKG)_CS       := $($(PKG)_$(MSYS2_ARCH)_CS)
$(PKG)_CHECKSUM := $($(PKG)_CS)
$(PKG)_SUBDIR   := 
$(PKG)_FILE     := $($(PKG)_NAME)-$($(PKG)_VERSION)-$(MSYS2_ARCH).pkg.tar.xz
$(PKG)_URL      := $(MSYS2_URL)/$($(PKG)_FILE)/download

$(PKG)_DEPS     := 

define $(PKG)_UPDATE
    $(MSYS2_PKG_UPDATE)
endef

define $(PKG)_BUILD
    $(MSYS2_PKG_BUILD)
endef