comparison src/poppler.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
comparison
equal deleted inserted replaced
3560:e14baae9ec8c 3561:ae4193aad5fe
10 $(PKG)_URL := http://poppler.freedesktop.org/$($(PKG)_FILE) 10 $(PKG)_URL := http://poppler.freedesktop.org/$($(PKG)_FILE)
11 $(PKG)_DEPS := glib cairo libpng lcms jpeg tiff freetype zlib curl qt 11 $(PKG)_DEPS := glib cairo libpng lcms jpeg tiff freetype zlib curl qt
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 $(WGET) -q -O- 'http://poppler.freedesktop.org/' | \ 14 $(WGET) -q -O- 'http://poppler.freedesktop.org/' | \
15 $(SED) -n 's,.*"poppler-\([0-9.]\+\)\.tar\.gz".*,\1,p' | \ 15 $(SED) -n 's,.*"poppler-\([0-9.]\+\)\.tar\.xz".*,\1,p' | \
16 head -1 16 head -1
17 endef 17 endef
18 18
19 define $(PKG)_BUILD 19 define $(PKG)_BUILD
20 # Note: Specifying LIBS explicitly is necessary for configure to properly 20 # Note: Specifying LIBS explicitly is necessary for configure to properly