view src/build-scons.mk @ 3596:7ec984651a4f

Update build-flex, build-scons versions * src/build-flex.mk: update to version 2.5.39 * src/build-scons.mk: update to version 2.3.1
author John Donoghue
date Thu, 15 May 2014 07:52:15 -0400
parents 13be64f9f16d
children 566fd51378f2
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.1
$(PKG)_CHECKSUM := 775e715e49fe5fd8e1d29551a296fdc9267509e7
$(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