mxe/src/qtxlsxwriter.mk

17 lines
560 B
Makefile
Raw Normal View History

# This file is part of MXE. See LICENSE.md for licensing information.
2015-04-09 23:24:29 +01:00
PKG := qtxlsxwriter
2019-02-02 15:36:59 +00:00
$(PKG)_WEBSITE := https://github.com/VSRonin/QtXlsxWriter/
$(PKG)_DESCR := QtXlsxWriter
2015-04-09 23:24:29 +01:00
$(PKG)_IGNORE :=
2019-10-19 11:59:20 +01:00
$(PKG)_VERSION := d3bd83b
$(PKG)_CHECKSUM := 2191a30a99588befe5237add95393cbc5de60f8d4f184399cfc6d3e6b9843302
$(PKG)_GH_CONF := VSRonin/QtXlsxWriter/branches/master
$(PKG)_DEPS := cc qtbase
2015-04-09 23:24:29 +01:00
define $(PKG)_BUILD
cd '$(1)' && '$(PREFIX)/$(TARGET)/qt5/bin/qmake'
2015-04-09 23:24:29 +01:00
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef