n gaaaanz frischer Asterisk und n gut aufgemotzter Kernel

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@705 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-07-18 15:55:47 +00:00
parent e44b26cf88
commit 61d0d586f2
10 changed files with 356 additions and 130 deletions

View File

@@ -26,7 +26,7 @@
include Config
VER = 1.4.0
VER = 1.4.1
THISAPP = libpri-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 09b039226e43a810d523bc076823c6a9
$(DL_FILE)_MD5 = 9e5da1f2267711d9aaaf91ffa925b219
install : $(TARGET)
@@ -52,9 +52,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################
@@ -75,7 +72,6 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
# cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/libpri.patch
cd $(DIR_APP) && make $(MAKETUNING) clean all KVERS=$(KVER)
cd $(DIR_APP) && make install KVERS=$(KVER)
@rm -rf $(DIR_APP)