comparison src/xvidcore.mk @ 3561:ae4193aad5fe

revise and enable more $(PKG)_UPDATE rules
author John W. Eaton <jwe@octave.org>
date Sat, 08 Mar 2014 17:40:00 -0500
parents 13be64f9f16d
children 3959e3b1fcbf
comparison
equal deleted inserted replaced
3560:e14baae9ec8c 3561:ae4193aad5fe
9 $(PKG)_FILE := xvidcore-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := xvidcore-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://downloads.xvid.org/downloads/$($(PKG)_FILE) 10 $(PKG)_URL := http://downloads.xvid.org/downloads/$($(PKG)_FILE)
11 $(PKG)_DEPS := pthreads 11 $(PKG)_DEPS := pthreads
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 $(WGET) -q -O- 'http://www.xvid.org/' | \ 14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
15 $(SED) -n 's,.*Xvid \([0-9][^ ]*\) .*,\1,p' | \ 15 echo $($(PKG)_VERSION)
16 head -1
17 endef 16 endef
18 17
19 define $(PKG)_BUILD 18 define $(PKG)_BUILD
20 cd '$(1)' && autoconf 19 cd '$(1)' && autoconf
21 cd '$(1)' && ./configure \ 20 cd '$(1)' && ./configure \