removed dependencies of package pdflib_lite, because it doesn't use the external libraries anyway

This commit is contained in:
Volker Grabsch 2008-11-10 11:08:01 +01:00
parent 6bbed6b21e
commit 2d63672b27
1 changed files with 1 additions and 4 deletions

View File

@ -6,7 +6,7 @@ $(PKG)_VERSION := 7.0.3
$(PKG)_SUBDIR := PDFlib-Lite-$($(PKG)_VERSION)
$(PKG)_FILE := PDFlib-Lite-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.pdflib.com/binaries/PDFlib/$(subst .,,$($(PKG)_VERSION))/$($(PKG)_FILE)
$(PKG)_DEPS := gcc zlib libpng tiff jpeg
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
wget -q -O- 'http://www.pdflib.com/download/pdflib-family/pdflib-lite/' | \
@ -20,9 +20,6 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--with-pnglib='$(PREFIX)/$(TARGET)' \
--with-tifflib='$(PREFIX)/$(TARGET)' \
--with-zlib='$(PREFIX)/$(TARGET)' \
--without-openssl \
--without-java \
--without-py \