From: Stefan Schantl Date: Sat, 16 May 2009 10:22:44 +0000 (+0200) Subject: Added additional information to lfs/linux-atm. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d590688ea4ad26b70688eb10dcf447d082cf2c8d;p=ipfire-3.x.git Added additional information to lfs/linux-atm. --- diff --git a/lfs/linux-atm b/lfs/linux-atm index 9cf4fe893..3c9e66680 100644 --- a/lfs/linux-atm +++ b/lfs/linux-atm @@ -26,6 +26,7 @@ include Config PKG_NAME = linux-atm PKG_VER = 2.4.1 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.gz @@ -33,9 +34,21 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = System/Daemons CORE = yes EXTRA = no DEBUG = no +DEPS = + +URL = http://linux-atm.sourceforge.net/ +LICENSE = BSD and GPLv2 and GPLv2+ and LGPLv2+ and MIT +SHORT_DESC = Tools to support ATM networking under Linux + +define LONG_DESC + This package contains header files and libraries for development \ + using theLinux ATM API. +endef ############################################################################### # Top-level Rules