Mercurial > hg > mxe-octave-anirudha
view src/of-statistics.mk @ 3013:bcc26ffe9a0f
use variable for --host and --build configure arguments
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 02 Jun 2013 12:40:32 -0400 |
parents | 100e618349f7 |
children |
line wrap: on
line source
# This file is part of MXE. # See index.html for further information. PKG := of-statistics $(PKG)_IGNORE := $(PKG)_CHECKSUM := c8bb88b9da84f5b12e624b65828e58cf16c4e3f4 $(PKG)_REMOTE_SUBDIR := $(PKG)_SUBDIR := $(PKG)_FILE := statistics-$($(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