PKG_NAME = libnetfilter_log
PKG_VER = 0.0.16
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.bz2
OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+MAINTAINER =
+GROUP = System/Libraries
CORE = yes
EXTRA = no
DEBUG = no
+DEPS =
+URL = http://www.netfilter.org/projects/libnetfilter_log/downloads.html
+LICENSE = GPL
+SHORT_DESC = The libnetfilter_log userspace library.
+
+define LONG_DESC
+ libnetfilter_log is a software library to interface with the \
+ nfnetlink_log mechanism in Linux 2.6.14 and later. The library \
+ enables programs to receive and process packets logged by the \
+ Linux packet filter (iptables).
+endef
+
###############################################################################
# Top-level Rules
###############################################################################