view src/build-scons.mk @ 3553:c27b154dab6c

suitesparse: fix typo, update to 4.2.1
author John Donoghue <john.donoghue@ieee.org>
date Tue, 25 Feb 2014 21:10:04 -0500
parents 13be64f9f16d
children 7ec984651a4f
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := build-scons
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 2.3.0
$(PKG)_CHECKSUM := 728edf20047a9f8a537107dbff8d8f803fd2d5e3
$(PKG)_SUBDIR   := scons-$($(PKG)_VERSION)
$(PKG)_FILE     := scons-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := http://prdownloads.sourceforge.net/scons/$($(PKG)_FILE)
$(PKG)_DEPS     := build-python

define $(PKG)_UPDATE
    echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
    echo $($(PKG)_VERSION)
endef

define $(PKG)_BUILD
    cd '$(1)' && python setup.py install
endef