]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/libpri
Early spring clean: Remove trailing whitespaces, and correct licence headers
[people/pmueller/ipfire-2.x.git] / lfs / libpri
index 60c9498becd2148790dbc934fa7bf3f546fa77ae..4ff1f28d823e396115ef32f0b901606360763872 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = An implementation of Primary Rate ISDN
+
 VER        = 1.4.10.2
 
 THISAPP    = libpri-$(VER)
@@ -34,7 +36,9 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libpri
 PAK_VER    = 2
 
-DEPS       = ""
+DEPS       =
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -54,7 +58,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        $(PAK)
 
 ###############################################################################