014887d06bb24419c38f7476856052158066dd5b
[openwrt/openwrt.git] / package / network / utils / xtables-addons / Makefile
1 #
2 # Copyright (C) 2009-2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9 include $(INCLUDE_DIR)/kernel.mk
10
11 PKG_NAME:=xtables-addons
12 PKG_VERSION:=2.11
13 PKG_RELEASE:=1
14 PKG_MD5SUM:=9f3123295db81a9d1bc08dabf075d0d6
15
16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
17 PKG_SOURCE_URL:=@SF/xtables-addons
18 PKG_BUILD_DEPENDS:=iptables
19 PKG_INSTALL:=1
20 PKG_BUILD_PARALLEL:=1
21 PKG_CHECK_FORMAT_SECURITY:=0
22
23 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
24 PKG_LICENSE:=GPL-2.0
25
26 PKG_FIXUP:=autoreconf
27
28 include $(INCLUDE_DIR)/package.mk
29
30 define Package/xtables-addons
31 SECTION:=net
32 CATEGORY:=Network
33 SUBMENU:=Firewall
34 TITLE:=Extensions not distributed in the main Xtables
35 URL:=http://xtables-addons.sourceforge.net/
36 endef
37
38 # uses GNU configure
39
40 CONFIGURE_ARGS+= \
41 --with-kbuild="$(LINUX_DIR)" \
42 --with-xtlibdir="/usr/lib/iptables" \
43
44 define Build/Compile
45 +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
46 ARCH="$(LINUX_KARCH)" \
47 CROSS_COMPILE="$(TARGET_CROSS)" \
48 DESTDIR="$(PKG_INSTALL_DIR)" \
49 DEPMOD="/bin/true" \
50 all
51 endef
52
53 define Build/Install
54 $(MAKE) -C $(PKG_BUILD_DIR) \
55 ARCH="$(LINUX_KARCH)" \
56 CROSS_COMPILE="$(TARGET_CROSS)" \
57 DESTDIR="$(PKG_INSTALL_DIR)" \
58 DEPMOD="/bin/true" \
59 install
60 endef
61
62 # 1: extension/module suffix used in package name
63 # 2: extension/module display name used in package title/description
64 # 3: list of extensions to package
65 # 4: list of modules to package
66 # 5: module load priority
67 # 6: module depends
68 define BuildTemplate
69
70 ifneq ($(3),)
71 define Package/iptables-mod-$(1)
72 $$(call Package/xtables-addons)
73 CATEGORY:=Network
74 TITLE:=$(2) iptables extension
75 DEPENDS:=iptables $(if $(4),+kmod-ipt-$(1))
76 endef
77
78 define Package/iptables-mod-$(1)/install
79 $(INSTALL_DIR) $$(1)/usr/lib/iptables
80 for m in $(3); do \
81 $(CP) \
82 $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so \
83 $$(1)/usr/lib/iptables/ ; \
84 done
85 endef
86
87 $$(eval $$(call BuildPackage,iptables-mod-$(1)))
88 endif
89
90 ifneq ($(4),)
91 define KernelPackage/ipt-$(1)
92 SUBMENU:=Netfilter Extensions
93 TITLE:=$(2) netfilter module
94 DEPENDS:=+kmod-ipt-core $(5)
95 KCONFIG:=CONFIG_NF_CONNTRACK_MARK=y
96 FILES:=$(foreach mod,$(4),$(PKG_BUILD_DIR)/extensions/$(mod).$(LINUX_KMOD_SUFFIX))
97 AUTOLOAD:=$(call AutoProbe,$(notdir $(4)))
98 endef
99
100 $$(eval $$(call KernelPackage,ipt-$(1)))
101 endif
102
103 endef
104
105
106 define Package/iptaccount
107 $(call Package/xtables-addons)
108 CATEGORY:=Network
109 TITLE:=iptables-mod-account control utility
110 DEPENDS:=iptables +iptables-mod-account
111 endef
112
113 define Package/iptaccount/install
114 $(INSTALL_DIR) $(1)/usr/lib
115 $(INSTALL_DIR) $(1)/usr/sbin
116 $(CP) \
117 $(PKG_INSTALL_DIR)/usr/lib/libxt_ACCOUNT_cl.so* \
118 $(1)/usr/lib/
119 $(CP) \
120 $(PKG_INSTALL_DIR)/usr/sbin/iptaccount \
121 $(1)/usr/sbin/
122 endef
123
124
125 #$(eval $(call BuildTemplate,SUFFIX,DESCRIPTION,EXTENSION,MODULE,PRIORITY,DEPENDS))
126
127 $(eval $(call BuildTemplate,compat-xtables,API compatibilty layer,,compat_xtables,+IPV6:kmod-ip6tables))
128 $(eval $(call BuildTemplate,nathelper-rtsp,RTSP Conntrack and NAT,,rtsp/nf_conntrack_rtsp rtsp/nf_nat_rtsp,+kmod-ipt-conntrack-extra +kmod-ipt-nat))
129
130 $(eval $(call BuildTemplate,account,ACCOUNT,xt_ACCOUNT,ACCOUNT/xt_ACCOUNT,+kmod-ipt-compat-xtables))
131 $(eval $(call BuildTemplate,chaos,CHAOS,xt_CHAOS,xt_CHAOS,+kmod-ipt-compat-xtables +kmod-ipt-delude +kmod-ipt-tarpit))
132 $(eval $(call BuildTemplate,condition,Condition,xt_condition,xt_condition,))
133 $(eval $(call BuildTemplate,delude,DELUDE,xt_DELUDE,xt_DELUDE,+kmod-ipt-compat-xtables))
134 $(eval $(call BuildTemplate,dhcpmac,DHCPMAC,xt_DHCPMAC,xt_DHCPMAC,+kmod-ipt-compat-xtables))
135 $(eval $(call BuildTemplate,dnetmap,DNETMAP,xt_DNETMAP,xt_DNETMAP,+kmod-ipt-compat-xtables +kmod-ipt-nat))
136 $(eval $(call BuildTemplate,fuzzy,fuzzy,xt_fuzzy,xt_fuzzy,))
137 $(eval $(call BuildTemplate,geoip,geoip,xt_geoip,xt_geoip,))
138 $(eval $(call BuildTemplate,iface,iface,xt_iface,xt_iface,))
139 $(eval $(call BuildTemplate,ipmark,IPMARK,xt_IPMARK,xt_IPMARK,+kmod-ipt-compat-xtables))
140 $(eval $(call BuildTemplate,ipp2p,IPP2P,xt_ipp2p,xt_ipp2p,+kmod-ipt-compat-xtables))
141 $(eval $(call BuildTemplate,ipv4options,ipv4options,xt_ipv4options,xt_ipv4options,))
142 $(eval $(call BuildTemplate,length2,length2,xt_length2,xt_length2,+kmod-ipt-compat-xtables))
143 $(eval $(call BuildTemplate,logmark,LOGMARK,xt_LOGMARK,xt_LOGMARK,+kmod-ipt-compat-xtables))
144 $(eval $(call BuildTemplate,lscan,lscan,xt_lscan,xt_lscan,))
145 $(eval $(call BuildTemplate,lua,Lua PacketScript,xt_LUA,LUA/xt_LUA,+kmod-ipt-conntrack-extra))
146 $(eval $(call BuildTemplate,psd,psd,xt_psd,xt_psd,))
147 $(eval $(call BuildTemplate,quota2,quota2,xt_quota2,xt_quota2,))
148 $(eval $(call BuildTemplate,sysrq,SYSRQ,xt_SYSRQ,xt_SYSRQ,+kmod-ipt-compat-xtables +kmod-crypto-hash))
149 $(eval $(call BuildTemplate,tarpit,TARPIT,xt_TARPIT,xt_TARPIT,+kmod-ipt-compat-xtables))
150
151 $(eval $(call BuildPackage,iptaccount))