]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libnetfilter_conntrack/libnetfilter_conntrack.nm
40a8b9bffea4d6c97cecc6368dbc79964fb83223
[people/amarx/ipfire-3.x.git] / libnetfilter_conntrack / libnetfilter_conntrack.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libnetfilter_conntrack
7 version = 0.9.1
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.netfilter.org/projects/libnetfilter_conntrack/downloads.html
12 license = GPL
13 summary = libnetfilter_conntrack is a userspace library.
14
15 description
16 libnetfilter_conntrack is a library that allows user-space \
17 programs to interface the kernel connection tracking table of \
18 the netfilter subsystem in the Linux kernel.
19 end
20
21 source_dl =
22 sources = %{thisapp}.tar.bz2
23
24 build
25 requires
26 libnfnetlink-devel
27 pkg-config
28 end
29 end
30
31 packages
32 package %{name}
33 end
34
35 package %{name}-devel
36 template DEVEL
37 end
38 end