mxe/src/qtxlsxwriter.mk

17 lines
563 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
$(PKG)_WEBSITE := https://github.com/dbzhang800/QtXlsxWriter/
$(PKG)_DESCR := QtXlsxWriter
2015-04-09 23:24:29 +01:00
$(PKG)_IGNORE :=
2019-02-01 21:16:34 +00:00
$(PKG)_VERSION := cd33e43
$(PKG)_CHECKSUM := d1e1c31b5ce0f76d49eb87a8228edb356302f4ffd6a2df847084e8d118bb4435
$(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