comparison src/portaudio.mk @ 2804:f61e6eda0c2b

package portaudio: fix update macro
author Mark Brand <mabrand@mabrand.nl>
date Thu, 11 Oct 2012 16:34:39 +0200
parents e8d0224638b2
children 47558e958113
comparison
equal deleted inserted replaced
2803:bd0fe0e0dac1 2804:f61e6eda0c2b
9 $(PKG)_URL := http://www.portaudio.com/archives/$($(PKG)_FILE) 9 $(PKG)_URL := http://www.portaudio.com/archives/$($(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://www.portaudio.com/download.html' | \ 13 $(WGET) -q -O- 'http://www.portaudio.com/download.html' | \
14 $(SED) -n 's,.*pa_stable_v\([0-9][^>]*\)\.tgz,\1,p' | \ 14 $(SED) -n 's,.*pa_stable_v\([0-9][^>]*\)\.tgz.*,\1,p' | \
15 head -1 15 head -1
16 endef 16 endef
17 17
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD
19 cd '$(1)' && autoconf 19 cd '$(1)' && autoconf