]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/fetchmail
Languages bereinigt
[people/pmueller/ipfire-2.x.git] / lfs / fetchmail
index 43c0d5d6aff24bcbde509ec7e3797a77fe446849..e96833cc503bf87a9ffa88f67048e33735ae04ad 100644 (file)
@@ -30,11 +30,15 @@ VER        = 6.3.4
 
 THISAPP    = fetchmail-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
-DL_FROM    = http://download2.berlios.de/fetchmail
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = fetchmail
-PAK_VER    = ipfire-beta1
+PAK_VER    = 1
+
+DESCDE     = "fetchmail kann Emails von entfernten Mailservern abholen."
+DESCEN     = "fetchmail fetches emails from remote servers."
+DEPS       = ""
 
 ###############################################################################
 # Top-level Rules
@@ -55,7 +59,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 md5 : $(subst %,%_MD5,$(objects))
 
 dist: 
-       @$(PAK)
+       $(PAK)
 
 ###############################################################################
 # Downloading, checking, md5sum
@@ -77,8 +81,8 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --with-ssl --disable-nls --enable-fallback=procmail
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && ./configure --prefix=/usr --with-ssl --disable-nls
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        echo "set logfile /var/log/fetchmail.log" > ~/.fetchmailrc
        echo "set no bouncemail" >> ~/.fetchmailrc