]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/telnet
core166: Ship changes files
[people/mfischer/ipfire-2.x.git] / lfs / telnet
index a43bebab3ad2cf2e0d089808e3b3b5bfd3d0d70d..64c556f7b4e63720246d8826aad87218895ef62e 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        #
 
 include Config
 
+SUMMARY    = A client program for the telnet remote login protocol
+
 VER        = 0.17
+
 THISAPP    = netkit-telnet-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
@@ -33,7 +36,9 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = telnet
 PAK_VER    = 1
 
-DEPS       = ""
+DEPS       =
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -56,7 +61,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
@@ -97,7 +102,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/telnet-0.17-errno_test_sys_bsd.patch
        cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/netkit-telnet-0.17-reallynodns.patch
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make 
+       cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
        rm -f /usr/sbin/telnetd
        rm -f /usr/man/man8/in.telnetd.8