summaryrefslogtreecommitdiffstats
path: root/rules/libnetfilter_log.make
blob: f3326973ada96edf40f0d348b9a2bbb7af4bb320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# -*-makefile-*-
#
# Copyright (C) 2011 by Hans Kortenoeven <hans.kortenoeven@home.nl>
#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
PACKAGES-$(PTXCONF_LIBNETFILTER_LOG) += libnetfilter_log

#
# Paths and names
#
LIBNETFILTER_LOG_VERSION	:= 1.0.1
LIBNETFILTER_LOG_MD5		:= 2a4bb0654ae675a52d2e8d1c06090b94
LIBNETFILTER_LOG		:= libnetfilter_log-$(LIBNETFILTER_LOG_VERSION)
LIBNETFILTER_LOG_SUFFIX	:= tar.bz2
LIBNETFILTER_LOG_URL		:= http://ftp.netfilter.org/pub/libnetfilter_log/$(LIBNETFILTER_LOG).$(LIBNETFILTER_LOG_SUFFIX)
LIBNETFILTER_LOG_SOURCE	:= $(SRCDIR)/$(LIBNETFILTER_LOG).$(LIBNETFILTER_LOG_SUFFIX)
LIBNETFILTER_LOG_DIR		:= $(BUILDDIR)/$(LIBNETFILTER_LOG)
LIBNETFILTER_LOG_LICENSE	:= GPL2

#
# autoconf
#
LIBNETFILTER_LOG_CONF_TOOL	:= autoconf

# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------

$(STATEDIR)/libnetfilter_log.targetinstall:
	@$(call targetinfo)

	@$(call install_init, libnetfilter_log)
	@$(call install_fixup, libnetfilter_log,PRIORITY,optional)
	@$(call install_fixup, libnetfilter_log,SECTION,base)
	@$(call install_fixup, libnetfilter_log,AUTHOR,"Hans Kortenoeven <hans.kortenoeven@home.nl>")
	@$(call install_fixup, libnetfilter_log,DESCRIPTION,missing)

	@$(call install_lib, libnetfilter_log, 0, 0, 0644, libnetfilter_log)
	@$(call install_lib, libnetfilter_log, 0, 0, 0644, libnetfilter_log_libipulog)

	@$(call install_finish, libnetfilter_log)
	@$(call touch)