]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/nano.
authorStefan Schantl <Stevee@ipfire.org>
Thu, 7 May 2009 09:45:29 +0000 (11:45 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Thu, 7 May 2009 09:45:29 +0000 (11:45 +0200)
lfs/nano

index e7ba4aa180800deb16d4d70ed2ab3ccb6ad9280a..74b6f2fb1f8075cfffdae948ac90eaec9c5580af 100644 (file)
--- a/lfs/nano
+++ b/lfs/nano
@@ -26,17 +26,27 @@ include Config
 
 PKG_NAME   = nano
 PKG_VER    = 2.0.7
+PKG_REL    = 0
 
+THISAPP    = $(PKG_NAME)-$(PKG_VER)
+DL_FILE    = $(THISAPP).tar.gz
+DIR_APP    = $(DIR_SRC)/$(THISAPP)
+
+OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+
+MAINTAINER =
 CORE       = no
 EXTRA      = yes
 DEBUG      = no
 DEPS       = slang
 
-THISAPP    = $(PKG_NAME)-$(PKG_VER)
-DL_FILE    = $(THISAPP).tar.gz
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
+URL        = http://www.nano-editor.org/
+LICENSE    = GPLv2+
+SHORT_DESC = A small text editor.
 
-OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+define LONG_DESC
+       GNU nano is a small and friendly text editor.
+endef
 
 ###############################################################################
 # Top-level Rules