annotate src/pdflib_lite.mk @ 2349:f48c5b085a38

Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 29 Mar 2012 11:07:07 +0200
parents f653602a0500
children 99516e73b368
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 965
diff changeset
1 # This file is part of MXE.
714
29f1ba4559ae point consequently to "doc/index.html" instead of "doc/index.html or doc/README"
Volker Grabsch <vog@notjusthosting.com>
parents: 651
diff changeset
2 # See doc/index.html for further information.
414
d2a6561bcb6d add a copyright notice and license to each source file
Volker Grabsch <vog@notjusthosting.com>
parents: 382
diff changeset
3
170
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 # PDFlib Lite
306
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 302
diff changeset
5 PKG := pdflib_lite
448
e9afec55fd6b improved version recognition, enable the notation of ignored (bad) package versions
Volker Grabsch <vog@notjusthosting.com>
parents: 417
diff changeset
6 $(PKG)_IGNORE :=
965
b25fa06ca36f upgrade package pdflib_lite (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents: 759
diff changeset
7 $(PKG)_CHECKSUM := 5b2bf5edc49dba3da0997ade0e191511a37fae01
306
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 302
diff changeset
8 $(PKG)_SUBDIR := PDFlib-Lite-$($(PKG)_VERSION)
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 302
diff changeset
9 $(PKG)_FILE := PDFlib-Lite-$($(PKG)_VERSION).tar.gz
377
61e5dba7175b update version of packages atk, curl, gcc, gdal, glib, gnutls, gtk, libevent, libidn, libntlm, libpng, nsis, pango, pdflib_lite, pixman, sqlite, tre and xmlwrapp
Volker Grabsch <vog@notjusthosting.com>
parents: 320
diff changeset
10 $(PKG)_URL := http://www.pdflib.com/binaries/PDFlib/$(subst .,,$(word 1,$(subst p, ,$($(PKG)_VERSION))))/$($(PKG)_FILE)
306
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 302
diff changeset
11 $(PKG)_DEPS := gcc
170
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 define $(PKG)_UPDATE
651
a381a6e4b558 update version recognition of package pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents: 641
diff changeset
14 wget -q -O- 'http://www.pdflib.com/download/free-software/pdflib-lite-7/' | \
170
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 $(SED) -n 's,.*PDFlib-Lite-\([0-9][^>]*\)\.tar.*,\1,p' | \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 head -1
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 endef
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 define $(PKG)_BUILD
759
bf4bcb3370fa changed coding style: make "-i" always the first argument of $(SED) (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents: 714
diff changeset
20 $(SED) -i 's,ac_sys_system=`uname -s`,ac_sys_system=MinGW,' '$(1)/configure'
170
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
21 cd '$(1)' && ./configure \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
22 --host='$(TARGET)' \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
23 --disable-shared \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
24 --prefix='$(PREFIX)/$(TARGET)' \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
25 --without-openssl \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
26 --without-java \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
27 --without-py \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
28 --without-perl \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
29 --without-ruby \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
30 --without-tcl \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
31 --disable-php \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
32 --enable-cxx \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
33 --enable-large-files \
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
34 CFLAGS='-D_IOB_ENTRIES=20'
759
bf4bcb3370fa changed coding style: make "-i" always the first argument of $(SED) (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents: 714
diff changeset
35 $(SED) -i 's,-DPDF_PLATFORM=[^ ]* ,,' '$(1)/config/mkcommon.inc'
173
b279dbda0f54 improved parallel builds of packages 'binutils', 'pdflib_lite' and 'sdl'
Volker Grabsch <vog@notjusthosting.com>
parents: 170
diff changeset
36 $(MAKE) -C '$(1)/libs' -j '$(JOBS)'
b279dbda0f54 improved parallel builds of packages 'binutils', 'pdflib_lite' and 'sdl'
Volker Grabsch <vog@notjusthosting.com>
parents: 170
diff changeset
37 $(MAKE) -C '$(1)/libs' -j 1 install
170
194ae633dc3b translated package: pdflib_lite
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
38 endef