view src/qtimageformats.mk @ 5302:8a3c205357f1

* add of-symbolic package * src/of-symbolic.mk: new file * Makefile.in, dist-files.mk, index.html: add ref to new package
author John Donoghue
date Mon, 10 Feb 2020 15:40:23 -0500
parents bd34cd02a005
children ba1b40b52af0
line wrap: on
line source

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

PKG             := qtimageformats
$(PKG)_IGNORE   :=
$(PKG)_VERSION   = $(qtbase_VERSION)
$(PKG)_CHECKSUM := adb1b91d2b440a8bf4409d7c4f1d48a0682dd13b
$(PKG)_SUBDIR    = $(subst qtbase,qtimageformats,$(qtbase_SUBDIR))
$(PKG)_FILE      = $(subst qtbase,qtimageformats,$(qtbase_FILE))
$(PKG)_URL       = $(subst qtbase,qtimageformats,$(qtbase_URL))
$(PKG)_DEPS     := jasper libmng qtbase tiff

define $(PKG)_UPDATE
    echo $(qtbase_VERSION)
endef

define $(PKG)_BUILD
    cd '$(1)' && '$(MXE_QMAKE)'
    $(MAKE) -C '$(1)' -j '$(JOBS)'
    $(MAKE) -C '$(1)' -j 1 install
endef