view src/xcb-util-cursor.mk @ 5517:972c082c295d

Move release-octave to latest SUNDIALS IDA. * src/release-octave.mk: Depend on sundials-ida. * src/sundials-27-ida.mk, src/sundials-27-ida-1.patch: Remove files. * dist-files.mk: Delete removed files from list. * index.html: Remove package from index.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 01 Aug 2020 11:38:21 +0200
parents 58de4f56c797
children cfb1eb9664dd
line wrap: on
line source

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

PKG             := xcb-util-cursor
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 0.1.3
$(PKG)_CHECKSUM := 26562eb6d4151307f7b6a53453d360ecfc0563ac
$(PKG)_SUBDIR   := xcb-util-cursor-$($(PKG)_VERSION)
$(PKG)_FILE     := xcb-util-cursor-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL      := http://www.x.org/archive/individual/xcb/$($(PKG)_FILE)
$(PKG)_DEPS     := xcb xcb-util-image xcb-util-renderutil

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