]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - ulogd2/ulogd2.nm
Move all packages to root.
[people/ms/ipfire-3.x.git] / ulogd2 / ulogd2.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = ulogd
7 version = 2.0.0beta3
8 release = 2
9
10 groups = Networking/Statistics
11 url = http://netfilter.org/projects/ulogd/index.html
12 license = GPLv2
13 summary = The userspace logging daemon for netfilter.
14
15 description
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
20 ethernet devices directly.
21 end
22
23 source_dl += http://ftp.netfilter.org/pub/ulogd/
24 sources = %{thisapp}.tar.bz2
25
26 build
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
46 end
47
48 packages
49 package %{name}
50 end
51 end