]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/linux-atm.
authorStefan Schantl <Stevee@ipfire.org>
Sat, 16 May 2009 10:22:44 +0000 (12:22 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Sat, 16 May 2009 10:22:44 +0000 (12:22 +0200)
lfs/linux-atm

index 9cf4fe893c3c9dbc8f5ff434cf1a34d837f8c051..3c9e66680446cb0a6a828b34c6d6e5b864294fa0 100644 (file)
@@ -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