X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flibpri;h=4ff1f28d823e396115ef32f0b901606360763872;hb=66c3619872bcf723d7bac550165ad5658de95644;hp=60c9498becd2148790dbc934fa7bf3f546fa77ae;hpb=8a1a3bf3934c8a92c605135ee13db466ea3dcbf4;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/libpri b/lfs/libpri index 60c9498bec..4ff1f28d82 100644 --- a/lfs/libpri +++ b/lfs/libpri @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # 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) ###############################################################################