mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +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
|
define LOAD
|
||||||
@echo -e "$(MESSAGE)Download: $($(notdir $@))"
|
@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
|
[ "$($(notdir $@)_MD5)" = `md5sum $(DIR_TMP)/$(notdir $@) | awk '{ print $$1 }'` ] # detect page not found answer
|
||||||
mv $(DIR_TMP)/$(notdir $@) $(DIR_DL)
|
mv $(DIR_TMP)/$(notdir $@) $(DIR_DL)
|
||||||
endef
|
endef
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ VER = 2.3
|
|||||||
|
|
||||||
THISAPP = ccache-$(VER)
|
THISAPP = ccache-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
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)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
|
|||||||
16
lfs/libsafe
16
lfs/libsafe
@@ -34,14 +34,14 @@ include Config
|
|||||||
|
|
||||||
VER = 2.0-16
|
VER = 2.0-16
|
||||||
|
|
||||||
#THISAPP = libsafe-$(VER)
|
THISAPP = libsafe-$(VER)
|
||||||
THISAPP = libsafe_$(VER)
|
#THISAPP = libsafe_$(VER)
|
||||||
#DL_FILE = $(THISAPP).tgz
|
DL_FILE = $(THISAPP).tgz
|
||||||
DL_FILE = $(THISAPP).orig.tar.gz
|
#DL_FILE = $(THISAPP).orig.tar.gz
|
||||||
#DL_FROM = http://www.research.avayalabs.com/project/libsafe/src
|
DL_FROM = http://www.research.avayalabs.com/project/libsafe/src
|
||||||
DL_FROM = $(URL_DEBIAN)/libs/libsafe
|
#DL_FROM = $(URL_DEBIAN)/libs/libsafe
|
||||||
#DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
DIR_APP = $(DIR_SRC)/libsafe-$(VER)
|
#DIR_APP = $(DIR_SRC)/libsafe-$(VER)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ include Config
|
|||||||
VER = 0.9.26
|
VER = 0.9.26
|
||||||
|
|
||||||
THISAPP = uClibc-$(VER)
|
THISAPP = uClibc-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.bz2
|
||||||
DL_FROM = $(URL_KERNEL)/linux/libs/uclibc
|
DL_FROM = http://uclibc.org/downloads
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ objects = $(DL_FILE) gcc-3.3.1.tar.gz
|
|||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
gcc-3.3.1.tar.gz = $(URL_GNU)/gcc/gcc-3.3.1.tar.gz
|
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
|
gcc-3.3.1.tar.gz_MD5 = 46d58197212818b5f7c403267ff24e4e
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|||||||
2
make.sh
2
make.sh
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
NAME="IPFire" # Software name
|
NAME="IPFire" # Software name
|
||||||
SNAME="ipfire" # Short name
|
SNAME="ipfire" # Short name
|
||||||
VERSION="1.4.11" # Version number
|
VERSION="1.4" # Version number
|
||||||
PREVIOUSTAG=IPCOP_v1_4_10_FINAL
|
PREVIOUSTAG=IPCOP_v1_4_10_FINAL
|
||||||
SLOGAN="We save your network" # Software slogan
|
SLOGAN="We save your network" # Software slogan
|
||||||
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
||||||
|
|||||||
Reference in New Issue
Block a user