]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libnetfilter_conntrack/libnetfilter_conntrack.nm
pciutils: Update to 3.1.9.
[people/amarx/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
MT
6name = libnetfilter_conntrack
7version = 0.9.1
8release = 1
59f746bc 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.netfilter.org/projects/libnetfilter_conntrack/downloads.html
12license = GPL
13summary = libnetfilter_conntrack is a userspace library.
59f746bc 14
802ea3af 15description
59f746bc
SS
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.
802ea3af
MT
19end
20
21source_dl =
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 libnfnetlink-devel
27 pkg-config
28 end
29end
30
31packages
32 package %{name}
33 end
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