]> git.ipfire.org Git - ipfire-3.x.git/blame - telnet/telnet.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / telnet / telnet.nm
CommitLineData
6f01057b 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
6f01057b
JPT
4###############################################################################
5
802ea3af
MT
6name = telnet
7version = 0.17
dce228b2 8release = 4
6f01057b 9
802ea3af
MT
10groups = Applications/Internet
11url = http://www.ibiblio.org/pub/Linux/system/network/netkit/
12license = BSD
13summary = Telnet is a popular protocol for logging into remote systems over the Internet.
6f01057b 14
802ea3af 15description
6f01057b
JPT
16 Telnet is a popular protocol for logging into remote systems over the
17 Internet. The package includes a daemon that supports Telnet remote
18 logins into the host machine.
802ea3af 19end
6f01057b 20
802ea3af
MT
21source_dl = http://www.ibiblio.org/pub/Linux/system/network/netkit/
22sources = netkit-%{thisapp}.tar.gz
6f01057b 23
802ea3af
MT
24build
25 requires
dce228b2 26 cmake
802ea3af
MT
27 gcc-c++
28 ncurses-devel
29 end
30
31 DIR_APP = %{DIR_SRC}/netkit-%{thisapp}
32
dce228b2
SS
33 build
34 %{cmake}
802ea3af 35
dce228b2 36 make %{PARALLELISMFLAGS}
802ea3af 37 end
6f01057b 38
dce228b2 39 install_cmds
802ea3af 40 # Remove telnetd, we don't want it
dce228b2
SS
41 rm -rvf %{BUILDROOT}%{sbindir}/*telnetd*
42 rm -rvf %{BUILDROOT}%{sbindir}/telnetlogin
43 rm -rvf %{BUILDROOT}%{mandir}/man8/*telnetd*
44 rm -rvf %{BUILDROOT}%{mandir}/man8/telnetlogin*
802ea3af
MT
45 end
46end
cacad81b 47
802ea3af
MT
48packages
49 package %{name}
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
802ea3af 54end