############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = telnet version = 0.17 release = 4 groups = Applications/Internet url = http://www.ibiblio.org/pub/Linux/system/network/netkit/ license = BSD summary = Telnet is a popular protocol for logging into remote systems over the Internet. description Telnet is a popular protocol for logging into remote systems over the Internet. The package includes a daemon that supports Telnet remote logins into the host machine. end source_dl = http://www.ibiblio.org/pub/Linux/system/network/netkit/ sources = netkit-%{thisapp}.tar.gz build requires cmake gcc-c++ ncurses-devel end DIR_APP = %{DIR_SRC}/netkit-%{thisapp} build %{cmake} make %{PARALLELISMFLAGS} end install_cmds # Remove telnetd, we don't want it rm -rvf %{BUILDROOT}%{sbindir}/*telnetd* rm -rvf %{BUILDROOT}%{sbindir}/telnetlogin rm -rvf %{BUILDROOT}%{mandir}/man8/*telnetd* rm -rvf %{BUILDROOT}%{mandir}/man8/telnetlogin* end end packages package %{name} package %{name}-debuginfo template DEBUGINFO end end