]> git.ipfire.org Git - ipfire-3.x.git/blob - tunctl/tunctl.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / tunctl / tunctl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = tunctl
7 version = 1.5
8 release = 3
9
10 groups = Networking/Tools
11 url = http://tunctl.sourceforge.net/
12 license = GPL+
13 summary = Create and remove virtual network interfaces.
14
15 description
16 tunctl is a tool to set up and maintain persistent TUN/TAP network
17 interfaces, enabling user applications access to the wire side of a
18 virtual nework interface. Such interfaces is useful for connecting VPN
19 software, virtualization, emulation and a number of other similar
20 applications to the network stack.
21 end
22
23 source_dl = http://sourceforge.net/projects/tunctl/files/tunctl/%{version}/%{sources}/download
24
25 build
26 requires
27 docbook-utils
28 end
29
30 prepare_cmds
31 sed -e "s/^CFLAGS.*/CFLAGS = %{CFLAGS} %{LDFLAGS}/" -i Makefile
32 end
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end