comparison src/ncurses.mk @ 3048:5ef49fb3299d

treat gcc and binutils as build tools use a separate target for building the cmake toolchain file don't unpack gcc or binutils if we are using the system compiler
author John W. Eaton <jwe@octave.org>
date Fri, 14 Jun 2013 16:51:29 -0400
parents 513a8deac0f0
children 21f598a028ec
comparison
equal deleted inserted replaced
3047:e7b7b0f663d3 3048:5ef49fb3299d
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_CHECKSUM := 3e042e5f2c7223bffdaac9646a533b8c758b65b5 7 $(PKG)_CHECKSUM := 3e042e5f2c7223bffdaac9646a533b8c758b65b5
8 $(PKG)_SUBDIR := ncurses-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := ncurses-$($(PKG)_VERSION)
9 $(PKG)_FILE := ncurses-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := ncurses-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://ftp.gnu.org/pub/gnu/ncurses/$($(PKG)_FILE) 10 $(PKG)_URL := http://ftp.gnu.org/pub/gnu/ncurses/$($(PKG)_FILE)
11 $(PKG)_DEPS := gcc 11 $(PKG)_DEPS :=
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 $(WGET) -q -O- 'http://ftp.gnu.org/pub/gnu/ncurses/?C=M;O=D' | \ 14 $(WGET) -q -O- 'http://ftp.gnu.org/pub/gnu/ncurses/?C=M;O=D' | \
15 $(SED) -n 's,.*<a href="ncurses-\([0-9][^"]*\)\.tar.*,\1,p' | \ 15 $(SED) -n 's,.*<a href="ncurses-\([0-9][^"]*\)\.tar.*,\1,p' | \
16 head -1 16 head -1