comparison src/xvidcore.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 b6c7244a2f66
children 11f8ec654cd4
comparison
equal deleted inserted replaced
3047:e7b7b0f663d3 3048:5ef49fb3299d
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 56e065d331545ade04c63c91153b9624b51d6e1b 6 $(PKG)_CHECKSUM := 56e065d331545ade04c63c91153b9624b51d6e1b
7 $(PKG)_SUBDIR := xvidcore/build/generic 7 $(PKG)_SUBDIR := xvidcore/build/generic
8 $(PKG)_FILE := xvidcore-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := xvidcore-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := http://downloads.xvid.org/downloads/$($(PKG)_FILE) 9 $(PKG)_URL := http://downloads.xvid.org/downloads/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc pthreads 10 $(PKG)_DEPS := pthreads
11 11
12 define $(PKG)_UPDATE 12 define $(PKG)_UPDATE
13 $(WGET) -q -O- 'http://www.xvid.org/' | \ 13 $(WGET) -q -O- 'http://www.xvid.org/' | \
14 $(SED) -n 's,.*Xvid \([0-9][^ ]*\) .*,\1,p' | \ 14 $(SED) -n 's,.*Xvid \([0-9][^ ]*\) .*,\1,p' | \
15 head -1 15 head -1