view src/xcb-util-renderutil.mk @ 7186:19a46de50b18 default tip @

* src/jasper.mk: update to v4.2.4
author John Donoghue <john.donoghue@ieee.org>
date Thu, 02 May 2024 09:22:30 -0400
parents cfb1eb9664dd
children
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := xcb-util-renderutil
$(PKG)_IGNORE   := 
$(PKG)_VERSION  := 0.3.10
$(PKG)_CHECKSUM := 574653197fae818a0d70464aecff6294047ed6c5
$(PKG)_SUBDIR   := xcb-util-renderutil-$($(PKG)_VERSION)
$(PKG)_FILE     := xcb-util-renderutil-$($(PKG)_VERSION).tar.xz
$(PKG)_URL      := http://www.x.org/archive/individual/xcb/$($(PKG)_FILE)
$(PKG)_DEPS     := xcb

ifeq ($(MXE_WINDOWS_BUILD),yes)
  define $(PKG)_BUILD
  endef
else
  define $(PKG)_BUILD
    mkdir '$(1)/.build'
    cd '$(1)/.build' && $($(PKG)_CONFIGURE_ENV) '$(1)/configure' \
        $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
        $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
        --prefix='$(HOST_PREFIX)' \
        && $(CONFIGURE_POST_HOOK)

    $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)'
  endef
endif