]> git.ipfire.org Git - ipfire-3.x.git/blob - telnet/telnet.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / telnet / telnet.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = telnet
7 version = 0.17
8 release = 4
9
10 groups = Applications/Internet
11 url = http://www.ibiblio.org/pub/Linux/system/network/netkit/
12 license = BSD
13 summary = Telnet is a popular protocol for logging into remote systems over the Internet.
14
15 description
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.
19 end
20
21 source_dl = http://www.ibiblio.org/pub/Linux/system/network/netkit/
22 sources = netkit-%{thisapp}.tar.gz
23
24 build
25 requires
26 cmake
27 gcc-c++
28 ncurses-devel
29 end
30
31 DIR_APP = %{DIR_SRC}/netkit-%{thisapp}
32
33 build
34 %{cmake}
35
36 make %{PARALLELISMFLAGS}
37 end
38
39 install_cmds
40 # Remove telnetd, we don't want it
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*
45 end
46 end
47
48 packages
49 package %{name}
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end