annotate src/epstool.mk @ 4039:1c72016826aa

of-fl-core: update patch for --enable-64 * src/of-fl-core-1-fixes.patch: update patch
author John Donoghue
date Wed, 30 Sep 2015 14:11:45 -0400
parents b68c2c052a28
children d461d2670df7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3762
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := epstool
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_VERSION := 3.08
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 $(PKG)_CHECKSUM := dc495934f06d3ea8b3209e8b02ea96c66c34f614
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_URL := http://pkgs.fedoraproject.org/repo/pkgs/epstool/epstool-3.08.tar.gz/465a57a598dbef411f4ecbfbd7d4c8d7/$($(PKG)_FILE)
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_DEPS :=
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 define $(PKG)_UPDATE
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 echo $($(PKG)_VERSION)
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 endef
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17 define $(PKG)_BUILD
3900
b68c2c052a28 eliminate extra /usr directory level for cross build of epstool
John W. Eaton <jwe@octave.org>
parents: 3895
diff changeset
18 cd '$(1)' && make CC="$(MXE_CC)" CLINK=$(MXE_CC) LDFLAGS="$(MXE_LDFLAGS)" CFLAGS="$(MXE_CFLAGS)" prefix="$(HOST_PREFIX)" EPSTOOL_ROOT="/"
b68c2c052a28 eliminate extra /usr directory level for cross build of epstool
John W. Eaton <jwe@octave.org>
parents: 3895
diff changeset
19 cd '$(1)' && make prefix="$(3)$(HOST_PREFIX)" EPSTOOL_ROOT="/" install
3762
86d65a780bab epstool: added package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 endef