summaryrefslogtreecommitdiffstats
path: root/src/pdflib_lite.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-01-22 00:55:56 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-01-22 00:55:56 (GMT)
commit8d323c66d8fd88668ef94a260523e719f7554892 (patch)
tree813f263a0d3007af8d6750a663486b47dbbc97c0 /src/pdflib_lite.mk
parentfce858a1f9b2d0026237e4e2b2dca15c593fc743 (diff)
downloadmxe-8d323c66d8fd88668ef94a260523e719f7554892.zip
mxe-8d323c66d8fd88668ef94a260523e719f7554892.tar.gz
mxe-8d323c66d8fd88668ef94a260523e719f7554892.tar.bz2
update version recognition of package pdflib_lite
Diffstat (limited to 'src/pdflib_lite.mk')
-rw-r--r--src/pdflib_lite.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdflib_lite.mk b/src/pdflib_lite.mk
index b9fcf99..ba0719f 100644
--- a/src/pdflib_lite.mk
+++ b/src/pdflib_lite.mk
@@ -8,12 +8,12 @@ $(PKG)_VERSION := 7.0.4p4
$(PKG)_CHECKSUM := 36d3f8cedeed95ec68ae90f489d9bfb40b4c6593
$(PKG)_SUBDIR := PDFlib-Lite-$($(PKG)_VERSION)
$(PKG)_FILE := PDFlib-Lite-$($(PKG)_VERSION).tar.gz
-$(PKG)_WEBSITE := http://www.pdflib.com/download/pdflib-family/pdflib-lite/
+$(PKG)_WEBSITE := http://www.pdflib.com/download/free-software/pdflib-lite-7/
$(PKG)_URL := http://www.pdflib.com/binaries/PDFlib/$(subst .,,$(word 1,$(subst p, ,$($(PKG)_VERSION))))/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- wget -q -O- 'http://www.pdflib.com/download/free-software/pdflib-lite/' | \
+ wget -q -O- 'http://www.pdflib.com/download/free-software/pdflib-lite-7/' | \
$(SED) -n 's,.*PDFlib-Lite-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1
endef