mxe/src/qwtplot3d.mk

21 lines
658 B
Makefile
Raw Normal View History

# This file is part of MXE. See LICENSE.md for licensing information.
2011-10-20 20:57:38 +01:00
PKG := qwtplot3d
2018-03-01 07:03:00 +00:00
$(PKG)_WEBSITE := https://github.com/sintegrial/qwtplot3d
$(PKG)_DESCR := QwtPlot3D
2011-10-20 20:57:38 +01:00
$(PKG)_IGNORE :=
2018-03-01 07:03:00 +00:00
$(PKG)_VERSION := d80c908
$(PKG)_CHECKSUM := 41a241a5efa7bf72b21de67792fbc5c7e273cea70a445673a41a310ea71318d8
$(PKG)_GH_CONF := sintegrial/qwtplot3d/branches/master
2018-03-01 07:03:00 +00:00
$(PKG)_DEPS := cc qtbase zlib
2011-10-20 20:57:38 +01:00
2018-03-01 07:03:00 +00:00
$(PKG)_QT_DIR := qt5
2011-10-20 20:57:38 +01:00
define $(PKG)_BUILD
2018-03-01 07:03:00 +00:00
cd '$(BUILD_DIR)' && '$(PREFIX)/$(TARGET)/$($(PKG)_QT_DIR)/bin/qmake' '$(SOURCE_DIR)'
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)'
$(MAKE) -C '$(BUILD_DIR)' -j 1 install
2011-10-20 20:57:38 +01:00
endef
$(PKG)_BUILD_SHARED =