]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - ulogd2/ulogd2.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / ulogd2 / ulogd2.nm
CommitLineData
ab6e2138 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
ab6e2138
MT
4###############################################################################
5
802ea3af
MT
6name = ulogd
7version = 2.0.0beta3
8release = 2
ab6e2138 9
802ea3af
MT
10groups = Networking/Statistics
11url = http://netfilter.org/projects/ulogd/index.html
12license = GPLv2
13summary = The userspace logging daemon for netfilter.
ab6e2138 14
802ea3af
MT
15description
16 This package contains utilities for configuring the linux ethernet
17 bridge. The linux ethernet bridge can be used for connecting multiple
18 ethernet devices together. The connecting is fully transparent: hosts
19 connected to one ethernet device see hosts connected to the other
ab6e2138 20 ethernet devices directly.
802ea3af
MT
21end
22
23source_dl += http://ftp.netfilter.org/pub/ulogd/
24sources = %{thisapp}.tar.bz2
25
26build
27 requires
28 libnfnetlink-devel
29 libnetfilter_conntrack-devel
30 libnetfilter_log-devel
31 libpcap-devel
32 pkg-config
33 sqlite-devel
34 end
35
36 configure_options+= \
37 --sysconfdir=/etc
38
39 install_cmds
40 mkdir -pv %{BUILDROOT}/etc
41 cp -vf %{DIR_SOURCE}/ulogd.conf %{BUILDROOT}/etc/ulogd.conf
42
43 mkdir -pv %{BUILDROOT}/var/log/ulogd
44 sqlite3 -echo %{BUILDROOT}/var/log/ulogd/ulogd.db < %{DIR_SOURCE}/sqlite3.table
45 end
46end
47
48packages
49 package %{name}
50 end
1f9bc2f0
MT
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
802ea3af 55end