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

This commit is contained in:
Michael Tremer
2008-12-18 18:17:23 +01:00
16 changed files with 158 additions and 436 deletions

View File

@@ -30,7 +30,7 @@ THISAPP = guardian-$(VER)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = guardian
PAK_VER = 2
PAK_VER = 3
DEPS = ""

View File

@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = ipfireseeder
PAK_VER = 4
PAK_VER = 5
DEPS = "rtorrent"
@@ -78,4 +78,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
-mkdir -p /var/log/seeder /var/ipfire/seeder
cp -vf $(DIR_DL)/$(DL_FILE) /var/ipfire/seeder
echo "Folder for IPFireseeder data" > /var/log/seeder/info
@$(POSTBUILD)

View File

@@ -24,7 +24,7 @@
include Config
VER = 3.2.5
VER = 3.2.6
THISAPP = samba-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = samba
PAK_VER = 10
PAK_VER = 11
DEPS = "cups cyrus-sasl"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 0f7539e09803ae60a2912e70adf1c747
$(DL_FILE)_MD5 = 0cd27c7afbb8211616eea4010f32271c
install : $(TARGET)