]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/libnetfilter_conntrack/libnetfilter_conntrack.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / 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
34
35 package %{name}-devel
36 template DEVEL
37 end
38end