annotate src/libgpg_error.mk @ 3001:14a434dcf672

create $(PREFIX)/bin/$(TARGET)- link for gpg-error-config
author John W. Eaton <jwe@octave.org>
date Wed, 29 May 2013 14:04:52 -0400
parents 4f9b72cf7ee7
children dabfd7db980c
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: 2153
diff changeset
1 # This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2349
diff changeset
2 # See index.html for further information.
414
d2a6561bcb6d add a copyright notice and license to each source file
Volker Grabsch <vog@notjusthosting.com>
parents: 306
diff changeset
3
306
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 265
diff changeset
4 PKG := libgpg_error
448
e9afec55fd6b improved version recognition, enable the notation of ignored (bad) package versions
Volker Grabsch <vog@notjusthosting.com>
parents: 417
diff changeset
5 $(PKG)_IGNORE :=
1495
2cc9a6209a69 upgrade package libgpg_error
Mark Brand <mabrand@mabrand.nl>
parents: 1458
diff changeset
6 $(PKG)_CHECKSUM := 95b324359627fbcb762487ab6091afbe59823b29
306
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 265
diff changeset
7 $(PKG)_SUBDIR := libgpg-error-$($(PKG)_VERSION)
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 265
diff changeset
8 $(PKG)_FILE := libgpg-error-$($(PKG)_VERSION).tar.bz2
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 265
diff changeset
9 $(PKG)_URL := ftp://ftp.gnupg.org/gcrypt/libgpg-error/$($(PKG)_FILE)
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 265
diff changeset
10 $(PKG)_DEPS := gcc
138
78553e232e35 translated package: libgpg_error
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11
78553e232e35 translated package: libgpg_error
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12 define $(PKG)_UPDATE
2525
4d0f3a9da57e all packages: use $(WGET) portability variable
Tony Theodore <tonyt@logyst.com>
parents: 2365
diff changeset
13 $(WGET) -q -O- 'ftp://ftp.gnupg.org/gcrypt/libgpg-error/' | \
1495
2cc9a6209a69 upgrade package libgpg_error
Mark Brand <mabrand@mabrand.nl>
parents: 1458
diff changeset
14 $(SED) -n 's,.*libgpg-error-\([1-9]\.[1-9][0-9][^>]*\)\.tar.*,\1,p' | \
138
78553e232e35 translated package: libgpg_error
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 tail -1
78553e232e35 translated package: libgpg_error
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 endef
78553e232e35 translated package: libgpg_error
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17
78553e232e35 translated package: libgpg_error
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18 define $(PKG)_BUILD
78553e232e35 translated package: libgpg_error
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 cd '$(1)' && ./configure \
2997
4f9b72cf7ee7 allow native builds too
John W. Eaton <jwe@octave.org>
parents: 2878
diff changeset
20 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
138
78553e232e35 translated package: libgpg_error
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
21 --host='$(TARGET)' \
2153
e4c83fa61a5b replaced $(BUILD) with a more direct and less brittle construct
Volker Grabsch <vog@notjusthosting.com>
parents: 2148
diff changeset
22 --build="`config.guess`" \
2997
4f9b72cf7ee7 allow native builds too
John W. Eaton <jwe@octave.org>
parents: 2878
diff changeset
23 $(ENABLE_SHARED_OR_STATIC) \
1502
9cf60f94b395 bugfix: build package libgpg_error only for C, not CL
Volker Grabsch <vog@notjusthosting.com>
parents: 1501
diff changeset
24 --prefix='$(PREFIX)/$(TARGET)' \
1153
286c23180408 bugfix for package libgpg_error
Tony Theodore <tonyt@logyst.com>
parents: 1146
diff changeset
25 --disable-nls \
1502
9cf60f94b395 bugfix: build package libgpg_error only for C, not CL
Volker Grabsch <vog@notjusthosting.com>
parents: 1501
diff changeset
26 --disable-languages
1503
0fc1e472efd1 package libgpg_error: only build and install in src directory
Tony Theodore <tonyt@logyst.com>
parents: 1502
diff changeset
27 $(MAKE) -C '$(1)/src' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
0fc1e472efd1 package libgpg_error: only build and install in src directory
Tony Theodore <tonyt@logyst.com>
parents: 1502
diff changeset
28 $(MAKE) -C '$(1)/src' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
3001
14a434dcf672 create $(PREFIX)/bin/$(TARGET)- link for gpg-error-config
John W. Eaton <jwe@octave.org>
parents: 2997
diff changeset
29 ln -sf '$(PREFIX)/$(TARGET)/bin/gpg-error-config' '$(PREFIX)/bin/$(TARGET)-gpg-error-config'
138
78553e232e35 translated package: libgpg_error
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
30 endef