]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
These are some files to test the new functions.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Aug 2008 11:27:29 +0000 (11:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Aug 2008 11:27:29 +0000 (11:27 +0000)
In future, every file in lfs/ should have these lines.

lfs/htop
lfs/mc
lfs/nano
lfs/squid

index 85f9e47c168cf9c051d7687577be769312fe2fbb..882f19b15e09294242db133831a8717a52bc7bce 100644 (file)
--- 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 ab83b32a653d07122fe4b6febf7168bebdc2fe14..1d3845af983c6e553331bd7567c5ac4af1097f08 100644 (file)
--- 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)
index 2ab95276c37d5c81e6d3fda8dc6494b1df7018f6..b6019b0a06e9c48a3560281698b58088d2efb662 100644 (file)
--- 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)
index 7e7ab600bebfd5af9a034f26728b441eb108711b..42067e7e0dbad20d07d9ccdbbe537afe60bc1c8b 100644 (file)
--- 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)