]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/fetchmail
Hinzugefuegt:
[people/teissler/ipfire-2.x.git] / lfs / fetchmail
index fbaa749baba23a8330b5674b75d43635fc99951d..43c0d5d6aff24bcbde509ec7e3797a77fe446849 100644 (file)
@@ -33,6 +33,8 @@ DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = http://download2.berlios.de/fetchmail
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
+PROG       = fetchmail
+PAK_VER    = ipfire-beta1
 
 ###############################################################################
 # Top-level Rules
@@ -53,7 +55,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 md5 : $(subst %,%_MD5,$(objects))
 
 dist: 
-       make-packages.sh fetchmail $(THISAPP)-ipfire-beta-1
+       @$(PAK)
 
 ###############################################################################
 # Downloading, checking, md5sum
@@ -75,7 +77,7 @@ $(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) && ./configure --prefix=/usr --with-ssl --disable-nls --enable-fallback=procmail
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
        echo "set logfile /var/log/fetchmail.log" > ~/.fetchmailrc