From: Stefan Schantl Date: Thu, 7 May 2009 09:45:29 +0000 (+0200) Subject: Added additional information to lfs/nano. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2e9c9ef139c2ce4d7c5f90f5cff360dc17e410f;p=ipfire-3.x.git Added additional information to lfs/nano. --- diff --git a/lfs/nano b/lfs/nano index e7ba4aa18..74b6f2fb1 100644 --- 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