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/qwtplot3d.mk

21 lines
658 B

# This file is part of MXE. See LICENSE.md for licensing information.
PKG := qwtplot3d
$(PKG)_WEBSITE := https://github.com/sintegrial/qwtplot3d
$(PKG)_DESCR := QwtPlot3D
$(PKG)_IGNORE :=
$(PKG)_VERSION := d80c908
$(PKG)_CHECKSUM := 41a241a5efa7bf72b21de67792fbc5c7e273cea70a445673a41a310ea71318d8
$(PKG)_GH_CONF := sintegrial/qwtplot3d/branches/master
$(PKG)_DEPS := cc qtbase zlib
$(PKG)_QT_DIR := qt5
define $(PKG)_BUILD
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
endef
$(PKG)_BUILD_SHARED =