Viele Pakete gemacht und ISO verkleinert.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@742 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-08-06 16:24:39 +00:00
parent 3489ebacce
commit fe7fe39528
27 changed files with 514 additions and 39 deletions

View File

@@ -33,6 +33,12 @@ DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = iftop
PAK_VER = 1
DESCDE = "iftop stellt Interfacestatistiken dar."
DESCEN = "iftop shows what's going on with your network interfaces."
DEPS = ""
###############################################################################
# Top-level Rules
@@ -52,6 +58,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################