annotate src/pfstools.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: 2054
diff changeset
1 # This file is part of MXE.
1087
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2 # See doc/index.html for further information.
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 # pfstools
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 PKG := pfstools
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6 $(PKG)_IGNORE :=
2054
d9a318bc1e16 update packages gcc pfstools
Mark Brand <mabrand@mabrand.nl>
parents: 1880
diff changeset
7 $(PKG)_CHECKSUM := dc595438f0fd8b40a05d9f9c498892363a1b3f05
1087
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
1499
9e587ca588dc remove $($PKG)_SUBDIR) from FILE and URL defintions
Mark Brand <mabrand@mabrand.nl>
parents: 1466
diff changeset
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
1087
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
1298
d8875be27924 disable unused dependencies of package pfstools
Martin Lambers <marlam@marlam.de>
parents: 1120
diff changeset
11 $(PKG)_DEPS := gcc
1087
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 define $(PKG)_UPDATE
1466
2726fbef533c improved update script of all remaining SourceForge packages
Volker Grabsch <vog@notjusthosting.com>
parents: 1298
diff changeset
14 wget -q -O- 'http://sourceforge.net/projects/pfstools/files/pfstools/' | \
2726fbef533c improved update script of all remaining SourceForge packages
Volker Grabsch <vog@notjusthosting.com>
parents: 1298
diff changeset
15 $(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \
2726fbef533c improved update script of all remaining SourceForge packages
Volker Grabsch <vog@notjusthosting.com>
parents: 1298
diff changeset
16 head -1
1087
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 endef
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 define $(PKG)_BUILD
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
20 cd '$(1)' && ./configure \
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
21 --host='$(TARGET)' \
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
22 --prefix='$(PREFIX)/$(TARGET)' \
1091
e9bb636f650d add missing depedencies and explicitly --enable/disable all depedencies of package pfstools
Volker Grabsch <vog@notjusthosting.com>
parents: 1087
diff changeset
23 --disable-shared \
e9bb636f650d add missing depedencies and explicitly --enable/disable all depedencies of package pfstools
Volker Grabsch <vog@notjusthosting.com>
parents: 1087
diff changeset
24 --disable-netpbm \
1298
d8875be27924 disable unused dependencies of package pfstools
Martin Lambers <marlam@marlam.de>
parents: 1120
diff changeset
25 --disable-openexr \
d8875be27924 disable unused dependencies of package pfstools
Martin Lambers <marlam@marlam.de>
parents: 1120
diff changeset
26 --disable-tiff \
1091
e9bb636f650d add missing depedencies and explicitly --enable/disable all depedencies of package pfstools
Volker Grabsch <vog@notjusthosting.com>
parents: 1087
diff changeset
27 --disable-qt \
e9bb636f650d add missing depedencies and explicitly --enable/disable all depedencies of package pfstools
Volker Grabsch <vog@notjusthosting.com>
parents: 1087
diff changeset
28 --disable-jpeghdr \
1298
d8875be27924 disable unused dependencies of package pfstools
Martin Lambers <marlam@marlam.de>
parents: 1120
diff changeset
29 --disable-imagemagick \
1091
e9bb636f650d add missing depedencies and explicitly --enable/disable all depedencies of package pfstools
Volker Grabsch <vog@notjusthosting.com>
parents: 1087
diff changeset
30 --disable-octave \
1298
d8875be27924 disable unused dependencies of package pfstools
Martin Lambers <marlam@marlam.de>
parents: 1120
diff changeset
31 --disable-opengl \
1091
e9bb636f650d add missing depedencies and explicitly --enable/disable all depedencies of package pfstools
Volker Grabsch <vog@notjusthosting.com>
parents: 1087
diff changeset
32 --disable-matlab \
1298
d8875be27924 disable unused dependencies of package pfstools
Martin Lambers <marlam@marlam.de>
parents: 1120
diff changeset
33 --disable-gdal
1087
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
34 $(MAKE) -C '$(1)'/src/pfs -j '$(JOBS)'
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
35 $(MAKE) -C '$(1)'/src/pfs -j 1 install
537a4a0a074d new package: pfstools (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
36 endef