comparison src/build-scons.mk @ 3450:0ecfd051de81

add build-scon.mk file omitted from previous commit
author John W. Eaton <jwe@octave.org>
date Fri, 24 Jan 2014 12:36:20 -0500
parents
children 13be64f9f16d
comparison
equal deleted inserted replaced
3449:36968660f724 3450:0ecfd051de81
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := build-scons
5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 728edf20047a9f8a537107dbff8d8f803fd2d5e3
7 $(PKG)_SUBDIR := scons-$($(PKG)_VERSION)
8 $(PKG)_FILE := scons-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := http://prdownloads.sourceforge.net/scons/$($(PKG)_FILE)
10 $(PKG)_DEPS := build-python
11
12 define $(PKG)_UPDATE
13 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
14 echo $($(PKG)_VERSION)
15 endef
16
17 define $(PKG)_BUILD
18 cd '$(1)' && python setup.py install
19 endef