From: Michael Tremer Date: Thu, 14 Aug 2008 11:27:29 +0000 (+0000) Subject: These are some files to test the new functions. X-Git-Tag: v3.0-alpha1~751 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=494f86cb032cb9de47fdd07b0c5725abbd1cc0ba;p=ipfire-3.x.git These are some files to test the new functions. In future, every file in lfs/ should have these lines. --- diff --git a/lfs/htop b/lfs/htop index 85f9e47c1..882f19b15 100644 --- a/lfs/htop +++ b/lfs/htop @@ -27,6 +27,9 @@ include Config PKG_NAME = htop VER = 0.7 +EXTRA = yes +DEBUG = no + THISAPP = $(PKG_NAME)-$(VER) DL_FILE = $(THISAPP).tar.gz DIR_APP = $(DIR_SRC)/$(THISAPP) diff --git a/lfs/mc b/lfs/mc index ab83b32a6..1d3845af9 100644 --- a/lfs/mc +++ b/lfs/mc @@ -27,6 +27,9 @@ include Config PKG_NAME = mc VER = 4.6.1 +EXTRA = yes +DEBUG = no + THISAPP = $(PKG_NAME)-$(VER) DL_FILE = $(THISAPP).tar.gz DIR_APP = $(DIR_SRC)/$(THISAPP) diff --git a/lfs/nano b/lfs/nano index 2ab95276c..b6019b0a0 100644 --- a/lfs/nano +++ b/lfs/nano @@ -27,6 +27,9 @@ include Config PKG_NAME = nano VER = 2.0.7 +EXTRA = yes +DEBUG = no + THISAPP = $(PKG_NAME)-$(VER) DL_FILE = $(THISAPP).tar.gz DIR_APP = $(DIR_SRC)/$(THISAPP) diff --git a/lfs/squid b/lfs/squid index 7e7ab600b..42067e7e0 100644 --- a/lfs/squid +++ b/lfs/squid @@ -27,6 +27,9 @@ include Config PKG_NAME = squid VER = 3.0.STABLE8 +EXTRA = yes +DEBUG = no + THISAPP = $(PKG_NAME)-$(VER) DL_FILE = $(THISAPP).tar.bz2 DIR_APP = $(DIR_SRC)/$(THISAPP)