comparison src/guile.mk @ 1823:7e95e92292fe

still ignore guile-2.0.1 because major MinGW cross build issues haven't been fixed there yet
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 17 May 2011 14:14:05 +0200
parents d9a35d002ab1
children d58e1dd10c0a
comparison
equal deleted inserted replaced
1822:fe8af58d10b5 1823:7e95e92292fe
1 # This file is part of mingw-cross-env. 1 # This file is part of mingw-cross-env.
2 # See doc/index.html for further information. 2 # See doc/index.html for further information.
3 3
4 # GNU Guile 4 # GNU Guile
5 PKG := guile 5 PKG := guile
6 $(PKG)_IGNORE := 2.0.0 6 $(PKG)_IGNORE := 2.0.1
7 $(PKG)_VERSION := 1.8.7 7 $(PKG)_VERSION := 1.8.7
8 $(PKG)_CHECKSUM := 24cd2f06439c76d41d982a7384fe8a0fe5313b54 8 $(PKG)_CHECKSUM := 24cd2f06439c76d41d982a7384fe8a0fe5313b54
9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
10 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
11 $(PKG)_WEBSITE := http://www.gnu.org/software/$(PKG)/ 11 $(PKG)_WEBSITE := http://www.gnu.org/software/$(PKG)/