mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
Quellen-Update
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@48 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -118,7 +118,7 @@ endef
|
||||
|
||||
define LOAD
|
||||
@echo -e "$(MESSAGE)Download: $($(notdir $@))"
|
||||
wget -T 120 -t 1 -c -nv $($(notdir $@)) -O $(DIR_TMP)/$(notdir $@)
|
||||
wget -T 60 -t 1 -c -nv $($(notdir $@)) -O $(DIR_TMP)/$(notdir $@)
|
||||
[ "$($(notdir $@)_MD5)" = `md5sum $(DIR_TMP)/$(notdir $@) | awk '{ print $$1 }'` ] # detect page not found answer
|
||||
mv $(DIR_TMP)/$(notdir $@) $(DIR_DL)
|
||||
endef
|
||||
|
||||
@@ -36,7 +36,7 @@ VER = 2.3
|
||||
|
||||
THISAPP = ccache-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = http://ccache.samba.org/ftp/ccache
|
||||
DL_FROM = http://samba.org/ftp/ccache/
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
|
||||
|
||||
16
lfs/libsafe
16
lfs/libsafe
@@ -34,14 +34,14 @@ include Config
|
||||
|
||||
VER = 2.0-16
|
||||
|
||||
#THISAPP = libsafe-$(VER)
|
||||
THISAPP = libsafe_$(VER)
|
||||
#DL_FILE = $(THISAPP).tgz
|
||||
DL_FILE = $(THISAPP).orig.tar.gz
|
||||
#DL_FROM = http://www.research.avayalabs.com/project/libsafe/src
|
||||
DL_FROM = $(URL_DEBIAN)/libs/libsafe
|
||||
#DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
DIR_APP = $(DIR_SRC)/libsafe-$(VER)
|
||||
THISAPP = libsafe-$(VER)
|
||||
#THISAPP = libsafe_$(VER)
|
||||
DL_FILE = $(THISAPP).tgz
|
||||
#DL_FILE = $(THISAPP).orig.tar.gz
|
||||
DL_FROM = http://www.research.avayalabs.com/project/libsafe/src
|
||||
#DL_FROM = $(URL_DEBIAN)/libs/libsafe
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
#DIR_APP = $(DIR_SRC)/libsafe-$(VER)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
|
||||
###############################################################################
|
||||
|
||||
@@ -35,8 +35,8 @@ include Config
|
||||
VER = 0.9.26
|
||||
|
||||
THISAPP = uClibc-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_KERNEL)/linux/libs/uclibc
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
DL_FROM = http://uclibc.org/downloads
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
|
||||
@@ -49,7 +49,7 @@ objects = $(DL_FILE) gcc-3.3.1.tar.gz
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
gcc-3.3.1.tar.gz = $(URL_GNU)/gcc/gcc-3.3.1.tar.gz
|
||||
|
||||
$(DL_FILE)_MD5 = b63183651a1b13456c20387ea88b018f
|
||||
$(DL_FILE)_MD5 = 7212713c432dd0de6ec2140c2a6212e4
|
||||
gcc-3.3.1.tar.gz_MD5 = 46d58197212818b5f7c403267ff24e4e
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user