comparison src/of-statistics.mk @ 3843:dc15f0105d5a

of-statistics: fix subdir to include version number * src/of-statistics.mk: ix subdir to include version number
author John Donoghue
date Tue, 10 Mar 2015 13:40:09 -0400
parents 732f437653ae
children 5095971cff2f
comparison
equal deleted inserted replaced
3842:732f437653ae 3843:dc15f0105d5a
4 PKG := of-statistics 4 PKG := of-statistics
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.2.4 6 $(PKG)_VERSION := 1.2.4
7 $(PKG)_CHECKSUM := 5cf70f146235d6fd19e3d3dd1c7548a96a019dee 7 $(PKG)_CHECKSUM := 5cf70f146235d6fd19e3d3dd1c7548a96a019dee
8 $(PKG)_REMOTE_SUBDIR := 8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := statistics 9 $(PKG)_SUBDIR := statistics-$($(PKG)_VERSION)
10 $(PKG)_FILE := statistics-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := statistics-$($(PKG)_VERSION).tar.gz
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download' 11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
12 $(PKG)_DEPS := of-io 12 $(PKG)_DEPS := of-io
13 13
14 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE