comparison src/of-statistics.mk @ 2958:04791633efbc

Octave Forge package sources and build script
author John W. Eaton <jwe@octave.org>
date Mon, 14 Jan 2013 14:49:08 -0500
parents
children 100e618349f7
comparison
equal deleted inserted replaced
2957:0c4eab3a7903 2958:04791633efbc
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := of-statistics
5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := c8bb88b9da84f5b12e624b65828e58cf16c4e3f4
7 $(PKG)_REMOTE_SUBDIR :=
8 $(PKG)_SUBDIR :=
9 $(PKG)_FILE := statistics-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
11 $(PKG)_DEPS :=
12
13 define $(PKG)_UPDATE
14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
15 echo $($(PKG)_VERSION)
16 endef
17
18 define $(PKG)_BUILD
19 mkdir -p '$(PREFIX)/$(TARGET)/src'
20 $(INSTALL) -m644 '$(PKG_DIR)/$($(PKG)_FILE)' '$(PREFIX)/$(TARGET)/src'
21 endef