comparison src/t4k_common.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 b5321bdec505
children 47558e958113
comparison
equal deleted inserted replaced
2524:422cb29ca669 2525:4d0f3a9da57e
8 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz 8 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
9 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/tuxmath/$(PKG)/$($(PKG)_FILE) 9 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/tuxmath/$(PKG)/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc sdl sdl_mixer sdl_image sdl_net sdl_pango sdl_ttf libpng librsvg libxml2 pthreads 10 $(PKG)_DEPS := gcc sdl sdl_mixer sdl_image sdl_net sdl_pango sdl_ttf libpng librsvg libxml2 pthreads
11 11
12 define $(PKG)_UPDATE 12 define $(PKG)_UPDATE
13 wget -q -O- 'http://alioth.debian.org/frs/?group_id=31080' | \ 13 $(WGET) -q -O- 'http://alioth.debian.org/frs/?group_id=31080' | \
14 $(SED) -n 's,.*t4k_common-\([0-9][^>]*\)\.tar.*,\1,p' | \ 14 $(SED) -n 's,.*t4k_common-\([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