Quellen-Update

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@48 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-02-19 17:04:08 +00:00
parent f21d61d3dc
commit 8a13df727b
5 changed files with 14 additions and 14 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -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)
###############################################################################

View File

@@ -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)

View File

@@ -30,7 +30,7 @@
NAME="IPFire" # Software name
SNAME="ipfire" # Short name
VERSION="1.4.11" # Version number
VERSION="1.4" # Version number
PREVIOUSTAG=IPCOP_v1_4_10_FINAL
SLOGAN="We save your network" # Software slogan
CONFIG_ROOT=/var/ipfire # Configuration rootdir