]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/htop
Openswan patch fuer Fehler im Realsetup
[ipfire-2.x.git] / lfs / htop
index 24cd5a896de26c658a9e99c502c6fce2d9bd012d..f143e00df99e79121db4b4acb431d3794a00003f 100644 (file)
--- a/lfs/htop
+++ b/lfs/htop
@@ -33,6 +33,12 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
+PROG       = htop
+PAK_VER    = 1
+
+DESCDE     = "Eine Alternative zu top."
+DESCEN     = "An alternative to top."
+DEPS       = ""
 
 ###############################################################################
 # Top-level Rules
@@ -52,8 +58,8 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-#dist: 
-#      make-packages.sh htop $(THISAPP)-ipfire-beta-1
+dist: 
+       @$(PAK)
 
 ###############################################################################
 # Downloading, checking, md5sum
@@ -76,7 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)