]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/ipfireseeder
Applied changes to make.sh.
[people/pmueller/ipfire-2.x.git] / lfs / ipfireseeder
index bb4ae8c21bfd595b5c6cafa9b575cad2fdeca7c5..98ed134a4bace75b6962e4d3e68534ce3e46da48 100644 (file)
@@ -27,12 +27,12 @@ include Config
 VER        = 1.00
 
 THISAPP    = ipfireseeder-$(VER)
-DL_FILE    = ipfire-2.1.i586-full.iso.torrent
+DL_FILE    = ipfire-2.3.i586-full.iso.torrent
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ipfireseeder
-PAK_VER    = 2
+PAK_VER    = 5
 
 DEPS       = "rtorrent"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = cf4598509a9817dfc493e9143f55d5d7
+$(DL_FILE)_MD5 = 7b82d593c9efc4866e2c0ec38fcdaadb
 
 install : $(TARGET)
 
@@ -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)