annotate src/libxslt.mk @ 4710:038985c3bde2

update GNOME broken update rules * src/gtksourceviewmm2.mk, src/libcroco.mk, src/libgee.mk, src/libgsf.mk, src/libxml2.mk, src/libxslt.mk, src/pango.mk, src/pangomm.mk : update update rule to use github
author John Donoghue
date Thu, 24 May 2018 15:56:35 -0400
parents 7d1e45c2f175
children
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: 891
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 := libxslt
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 :=
3480
13be64f9f16d move version info from index.html to src/*.mk files
John W. Eaton <jwe@octave.org>
parents: 3048
diff changeset
6 $(PKG)_VERSION := 1.1.27
2723
d9cf1d80ed77 update package libxslt
Mark Brand <mabrand@mabrand.nl>
parents: 2525
diff changeset
7 $(PKG)_CHECKSUM := f8072177f1ffe1b9bb8759a9e3e6349e1eac1f66
306
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 265
diff changeset
8 $(PKG)_SUBDIR := libxslt-$($(PKG)_VERSION)
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 265
diff changeset
9 $(PKG)_FILE := libxslt-$($(PKG)_VERSION).tar.gz
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 265
diff changeset
10 $(PKG)_URL := ftp://xmlsoft.org/libxslt/$($(PKG)_FILE)
3048
5ef49fb3299d treat gcc and binutils as build tools
John W. Eaton <jwe@octave.org>
parents: 3014
diff changeset
11 $(PKG)_DEPS := libxml2 libgcrypt
142
e24c6d8d2a79 translated package: libxslt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12
e24c6d8d2a79 translated package: libxslt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 define $(PKG)_UPDATE
4710
038985c3bde2 update GNOME broken update rules
John Donoghue
parents: 4543
diff changeset
14 $(WGET) -q -O- https://github.com/GNOME/libxslt/tags | \
038985c3bde2 update GNOME broken update rules
John Donoghue
parents: 4543
diff changeset
15 $(SED) -n 's|.*releases/tag/\([^"]*\).*|\1|p' | $(SORT) -V | \
038985c3bde2 update GNOME broken update rules
John Donoghue
parents: 4543
diff changeset
16 tail -1
142
e24c6d8d2a79 translated package: libxslt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 endef
e24c6d8d2a79 translated package: libxslt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18
e24c6d8d2a79 translated package: libxslt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 define $(PKG)_BUILD
e24c6d8d2a79 translated package: libxslt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
20 cd '$(1)' && ./configure \
3013
bcc26ffe9a0f use variable for --host and --build configure arguments
John W. Eaton <jwe@octave.org>
parents: 3012
diff changeset
21 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
2855
47558e958113 Allow static/shared libraries to be configured in top-level Makefile.
John W. Eaton <jwe@octave.org>
parents: 2723
diff changeset
22 $(ENABLE_SHARED_OR_STATIC) \
142
e24c6d8d2a79 translated package: libxslt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
23 --without-debug \
3012
100e618349f7 Improve handling of prefix directories by defining HOST_PREFIX and
John W. Eaton <jwe@octave.org>
parents: 2855
diff changeset
24 --prefix='$(HOST_PREFIX)' \
100e618349f7 Improve handling of prefix directories by defining HOST_PREFIX and
John W. Eaton <jwe@octave.org>
parents: 2855
diff changeset
25 --with-libxml-prefix='$(HOST_PREFIX)' \
3014
b6c7244a2f66 Use HOST_BINDIR, HOST_LIBDIR, and HOST_INCDIR instead of MXE_BINDIR, MXE_LIBDIR, and MXE_INCDIR. Attempt to use these variables consistently instead of using $(HOST_PREFIX)/bin, $(HOST_PREFIX)/lib, and $(HOST_PREFIX)/include
John W. Eaton <jwe@octave.org>
parents: 3013
diff changeset
26 LIBGCRYPT_CONFIG='$(HOST_BINDIR)/libgcrypt-config' \
142
e24c6d8d2a79 translated package: libxslt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
27 --without-python \
e24c6d8d2a79 translated package: libxslt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
28 --without-plugins
e24c6d8d2a79 translated package: libxslt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
29 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
e24c6d8d2a79 translated package: libxslt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
30 endef