You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/qtofficeopenxml.mk

20 lines
833 B

# This file is part of MXE. See LICENSE.md for licensing information.
PKG := qtofficeopenxml
$(PKG)_WEBSITE := https://github.com/dbzhang800/QtOfficeOpenXml/
$(PKG)_DESCR := QtOfficeOpenXml
$(PKG)_IGNORE :=
$(PKG)_VERSION := 02dda4a46f92a843eaba5f5a021952860eadfe01
$(PKG)_CHECKSUM := b8b7a452df6aaa1322863f47c27b63b95f528af2c7a70a4baca975fc89d36d13
$(PKG)_SUBDIR := QtOfficeOpenXml-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://github.com/dbzhang800/QtOfficeOpenXml/archive/$($(PKG)_VERSION).tar.gz
$(PKG)_DEPS := cc qtbase
$(PKG)_UPDATE = $(call MXE_GET_GITHUB_SHA, dbzhang800/QtOfficeOpenXml, master)
define $(PKG)_BUILD
cd '$(1)' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake'
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef