comparison 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
comparison
equal deleted inserted replaced
3595:fc2b5e19d737 3596:7ec984651a4f
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := build-scons 4 PKG := build-scons
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.3.0 6 $(PKG)_VERSION := 2.3.1
7 $(PKG)_CHECKSUM := 728edf20047a9f8a537107dbff8d8f803fd2d5e3 7 $(PKG)_CHECKSUM := 775e715e49fe5fd8e1d29551a296fdc9267509e7
8 $(PKG)_SUBDIR := scons-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := scons-$($(PKG)_VERSION)
9 $(PKG)_FILE := scons-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := scons-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://prdownloads.sourceforge.net/scons/$($(PKG)_FILE) 10 $(PKG)_URL := http://prdownloads.sourceforge.net/scons/$($(PKG)_FILE)
11 $(PKG)_DEPS := build-python 11 $(PKG)_DEPS := build-python
12 12