Updated python (2.7).

This commit is contained in:
Arne Fitzenreiter
2010-07-25 20:13:50 +02:00
parent b6de67684f
commit 7924261f8f
24 changed files with 4438 additions and 3089 deletions

View File

@@ -24,15 +24,15 @@
include Config
VER = 0.6c8
VER = 0.6c11
THISAPP = setuptools-$(VER)
DL_FILE = $(THISAPP)-py2.4.egg
DL_FILE = $(THISAPP)-py2.7.egg
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = python-setuptools
PAK_VER = 1
PAK_VER = 2
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = cba38d74f7d483c06e9daa6070cce6de
$(DL_FILE)_MD5 = fe1f997bc722265116870bc7919059ea
install : $(TARGET)