comparison src/cminpack.mk @ 2525:4d0f3a9da57e

all packages: use $(WGET) portability variable
author Tony Theodore <tonyt@logyst.com>
date Wed, 09 May 2012 01:16:05 +1000
parents f2af4ddfe28d
children 3818044b02f9
comparison
equal deleted inserted replaced
2524:422cb29ca669 2525:4d0f3a9da57e
8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := http://devernay.free.fr/hacks/cminpack/$($(PKG)_FILE) 9 $(PKG)_URL := http://devernay.free.fr/hacks/cminpack/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc 10 $(PKG)_DEPS := gcc
11 11
12 define $(PKG)_UPDATE 12 define $(PKG)_UPDATE
13 wget -q -O- 'http://devernay.free.fr/hacks/cminpack/cminpack.html' | \ 13 $(WGET) -q -O- 'http://devernay.free.fr/hacks/cminpack/cminpack.html' | \
14 $(SED) -n 's,.*cminpack-\([0-9.]*\)\.tar.*,\1,p' | \ 14 $(SED) -n 's,.*cminpack-\([0-9.]*\)\.tar.*,\1,p' | \
15 head -1 15 head -1
16 endef 16 endef
17 17
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD