annotate src/fribidi.mk @ 4538:979f5b397e51

maint: update PKG_UPDATE targets * src/boost.mk: update UPDATE target, use https * src/cmake.mk: add usable UPDATE target * src/double-conversion.mk: add usable UPDATE target * src/dri2proto.mk: add PKG_UPDATE * src/exiv2.mk: update UPDATE for archives * src/fribidi.mk: update UPDATE for github * src/glproto.mk: add PKG_UPDATE * src/glu.mk: add PKG_UPDATE * src/levmar.mk: add user-agent to UPDATE * src/libarchive.mk: update UPDATE for website * src/libass.mk: update UPDATE for github * src/libdrm.mk: add PKG_UPDATE * src/libffi.mk: update for webpage changes * src/libgee.mk: update for gnome page changes * src/libgsf.mk: update for gnome page changes * src/libidn2.mk: correct PKG_UPDATE
author John D
date Tue, 21 Nov 2017 12:03:47 -0500
parents 13be64f9f16d
children 39f8e075e817
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: 1499
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.
812
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 PKG := fribidi
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
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 := 0.19.4
2709
39355c49f6bc update package fribidi
Mark Brand <mabrand@mabrand.nl>
parents: 2663
diff changeset
7 $(PKG)_CHECKSUM := 23d1adf1e929a3fb159345d509918ad109e925ad
812
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
2709
39355c49f6bc update package fribidi
Mark Brand <mabrand@mabrand.nl>
parents: 2663
diff changeset
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
812
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 $(PKG)_URL := http://fribidi.org/download/$($(PKG)_FILE)
3048
5ef49fb3299d treat gcc and binutils as build tools
John W. Eaton <jwe@octave.org>
parents: 3013
diff changeset
11 $(PKG)_DEPS := glib
812
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 define $(PKG)_UPDATE
4538
979f5b397e51 maint: update PKG_UPDATE targets
John D
parents: 3480
diff changeset
14 $(WGET) -q -O- https://github.com/fribidi/fribidi/tags | \
979f5b397e51 maint: update PKG_UPDATE targets
John D
parents: 3480
diff changeset
15 $(SED) -n 's|.*releases/tag/\([^"]*\).*|\1|p' | $(SORT) -V | \
812
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 head -1
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 endef
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 define $(PKG)_BUILD
813
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents: 812
diff changeset
20 $(SED) -i 's,__declspec(dllimport),,' '$(1)/lib/fribidi-common.h'
812
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
21 cd '$(1)' && ./configure \
3013
bcc26ffe9a0f use variable for --host and --build configure arguments
John W. Eaton <jwe@octave.org>
parents: 3012
diff changeset
22 $(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: 2709
diff changeset
23 $(ENABLE_SHARED_OR_STATIC) \
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)' \
812
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
25 --disable-debug \
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
26 --disable-deprecated \
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
27 --enable-charsets \
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
28 --with-glib
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
29 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= dist_man_MANS=
cc5accf80b3b new package: fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
30 endef