view src/of-control.mk @ 3228:681331ee9a2f

Don't install llvm-config to same place for mingw native build. * src/llvm.mk (PKG_BUILD for native mingw): Remove install of llvm-config to BUILD_TOOLS_PREFIX.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 08 Aug 2013 19:50:46 -0400
parents 100e618349f7
children 290e049823c9
line wrap: on
line source

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

PKG             := of-control
$(PKG)_IGNORE   :=
$(PKG)_CHECKSUM := c99e049fda72300a3e77a763b9c5a00829f91c0f
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := 
$(PKG)_FILE     := control-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := 

define $(PKG)_UPDATE
    echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
    echo $($(PKG)_VERSION)
endef

define $(PKG)_BUILD
    mkdir -p '$(HOST_PREFIX)/src'
    $(INSTALL) -m644 '$(PKG_DIR)/$($(PKG)_FILE)' '$(HOST_PREFIX)/src'
endef