Merge branch 'master' of git://git.ipfire.org/ipfire-2.x

This commit is contained in:
Arne Fitzenreiter
2008-04-16 19:33:00 +02:00
2 changed files with 6 additions and 3 deletions

View File

@@ -58,6 +58,7 @@
* cdrtools-2.01 * cdrtools-2.01
* centerim-4.22.1 * centerim-4.22.1
* clamav-0.92.1 * clamav-0.92.1
* clamav-0.93
* cmake-2.4.8 * cmake-2.4.8
* collectd-4.3.0 * collectd-4.3.0
* coreutils-5.96 * coreutils-5.96
@@ -99,6 +100,7 @@
* gd-2.0.33 * gd-2.0.33
* gdbm-1.8.3 * gdbm-1.8.3
* gettext-0.14.5 * gettext-0.14.5
* git-1.5.4.5
* git-1.5.5 * git-1.5.5
* glib-2.9.6 * glib-2.9.6
* glibc-2.3.6 * glibc-2.3.6
@@ -172,6 +174,7 @@
* lzo-2.02 * lzo-2.02
* m4-1.4.4 * m4-1.4.4
* mISDNuser-1_1_5 * mISDNuser-1_1_5
* make-3.80
* make-3.81 * make-3.81
* man-db-2.4.3 * man-db-2.4.3
* man-pages-2.34 * man-pages-2.34

View File

@@ -24,7 +24,7 @@
include Config include Config
VER = 0.92.1 VER = 0.93
THISAPP = clamav-$(VER) THISAPP = clamav-$(VER)
DL_FILE = $(THISAPP).tar.gz DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP) DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)
PROG = clamav PROG = clamav
PAK_VER = 2 PAK_VER = 3
DEPS = "" DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = c16e60f569b6ec575d8de494e788f9d2 $(DL_FILE)_MD5 = 72ed6f4706858e72f24dda8a591df0da
install : $(TARGET) install : $(TARGET)