mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-17 06:23:00 +02:00
Updated python (2.7).
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user