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