]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - tunctl/tunctl.nm
libuecc: New package
[people/ms/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 = 2
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}/" -i Makefile
32 end
33
34 end
35
36 packages
37 package %{name}
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end