]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/spandsp
Zwischencommit fuer LFS.
[people/pmueller/ipfire-2.x.git] / lfs / spandsp
index 83c0e3bc9f1b42a1aac387e37634580e42912f23..16554166cef84b69bc9fd8323673ef2a854345e4 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: ntp,v 1.6.2.3 2005/02/05 15:38:15 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
 
 include Config
 
-VER        = 0.0.2pre25
+VER        = 0.0.3pre24
 
 THISAPP    = spandsp-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://soft-switch.org/downloads/spandsp/spandsp-0.0.2pre25
-DIR_APP    = $(DIR_SRC)/spandsp-0.0.2
+DL_FILE    = $(THISAPP).tgz
+DL_FROM    = $(URL_IPFIRE)
+DIR_APP    = $(DIR_SRC)/spandsp-0.0.3
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 ###############################################################################
@@ -48,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2bbd518eec1ac0214d1d0f8abb6772a3
+$(DL_FILE)_MD5 = 1546abc89df5b36170acac6622784799
 
 install : $(TARGET)
 
@@ -58,9 +52,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
-       make-packages.sh spandsp $(THISAPP)-ipfire-beta-1
-
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################
@@ -82,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)