]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/bridge-utils
Hinzugefuegt:
[ipfire-2.x.git] / lfs / bridge-utils
index a014adb13ab5cd415017301bd86e3ae8425db8cd..baea41926b5f36282c6da3ada73da2df607a2c04 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 $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -34,9 +28,9 @@ include Config
 
 VER        = 1.1
 
-THISAPP    = /bridge-utils-$(VER)
+THISAPP    = bridge-utils-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://switch.dl.sourceforge.net/sourceforge/bridge
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
@@ -58,9 +52,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-#dist: 
-#      make-packages.sh postfix $(THISAPP)
-
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################