[package] iptables: install libip[46]tc into staging dir
[openwrt.git] / package / iptables / Makefile
1 #
2 # Copyright (C) 2006-2009 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:=iptables
12 PKG_VERSION:=1.4.6
13 PKG_RELEASE:=1
14
15 PKG_MD5SUM:=c67cf30e281a924def6426be0973df56
16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
17 PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
18         ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \
19         ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \
20         ftp://ftp.no.netfilter.org/pub/netfilter/iptables/
21
22 PKG_FIXUP = libtool
23
24 include $(INCLUDE_DIR)/package.mk
25 ifeq ($(DUMP),)
26   -include $(LINUX_DIR)/.config
27   include $(INCLUDE_DIR)/netfilter.mk
28   STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep 'NETFILTER' $(LINUX_DIR)/.config | md5s)
29 endif
30
31
32 define Package/iptables/Default
33   SECTION:=net
34   CATEGORY:=Network
35   URL:=http://netfilter.org/
36 endef
37
38 define Package/iptables/Module
39 $(call Package/iptables/Default)
40   DEPENDS:=iptables $(1)
41 endef
42
43 define Package/iptables
44 $(call Package/iptables/Default)
45   TITLE:=IPv4 firewall administration tool
46   MENU:=1
47   DEPENDS+= +kmod-ipt-core +libiptc +libxtables
48 endef
49
50 define Package/iptables/description
51  IPv4 firewall administration tool.
52  Includes support for:
53  - comment
54  - limit
55  - LOG
56  - mac
57  - multiport
58  - REJECT
59  - TCPMSS
60 endef
61
62 define Package/iptables-mod-conntrack
63 $(call Package/iptables/Module, +kmod-ipt-conntrack)
64   TITLE:=Basic connection tracking extensions
65 endef
66
67 define Package/iptables-mod-conntrack/description
68  Basic iptables extensions for connection tracking.
69  Includes:
70  - state
71 endef
72
73 define Package/iptables-mod-conntrack-extra
74 $(call Package/iptables/Module, +kmod-ipt-conntrack-extra)
75   TITLE:=Extra connection tracking extensions
76 endef
77
78 define Package/iptables-mod-conntrack-extra/description
79  Extra iptables extensions for connection tracking.
80  Includes:
81  - libipt_conntrack
82  - libipt_helper
83  - libipt_connmark/CONNMARK
84 endef
85
86 define Package/iptables-mod-filter
87 $(call Package/iptables/Module, +kmod-ipt-filter)
88   TITLE:=Content inspection extensions
89 endef
90
91 define Package/iptables-mod-filter/description
92  iptables extensions for packet content inspection.
93  Includes:
94  - libipt_string
95  - libipt_layer7
96 endef
97
98 define Package/iptables-mod-imq
99 $(call Package/iptables/Module, +kmod-ipt-imq)
100   TITLE:=IMQ support
101 endef
102
103 define Package/iptables-mod-imq/description
104  iptables extension for IMQ support.
105  Includes:
106  - libipt_IMQ
107 endef
108
109 define Package/iptables-mod-ipopt
110 $(call Package/iptables/Module, +kmod-ipt-ipopt)
111   TITLE:=IP/Packet option extensions
112 endef
113
114 define Package/iptables-mod-ipopt/description
115  iptables extensions for matching/changing IP packet options.
116  Includes:
117  - libipt_CLASSIFY
118  - libipt_dscp/DSCP
119  - libipt_ecn/ECN
120  - libipt_length
121  - libipt_mac
122  - libipt_mark/MARK
123  - libipt_statistic
124  - libipt_tcpmms
125  - libipt_tos/TOS
126  - libipt_ttl/TTL
127  - libipt_unclean
128 endef
129
130 define Package/iptables-mod-ipsec
131 $(call Package/iptables/Module, +kmod-ipt-ipsec)
132   TITLE:=IPsec extensions
133 endef
134
135 define Package/iptables-mod-ipsec/description
136  iptables extensions for matching ipsec traffic.
137  Includes:
138  - libipt_ah
139  - libipt_esp
140  - libipt_policy
141 endef
142
143 define Package/iptables-mod-ipset
144 $(call Package/iptables/Module, @LINUX_2_6)
145   TITLE:=IPset iptables extensions
146 endef
147
148 define Package/iptables-mod-ipset/description
149  IPset iptables extensions.
150  Includes:
151  - libipt_set
152  - libipt_SET
153 endef
154
155 define Package/iptables-mod-nat
156 $(call Package/iptables/Module, +kmod-ipt-nat)
157   TITLE:=Basic NAT extensions
158 endef
159
160 define Package/iptables-mod-nat/description
161  iptables extensions for basic NAT targets.
162  Includes:
163  - MASQUERADE
164  - SNAT
165  - DNAT
166 endef
167
168 define Package/iptables-mod-nat-extra
169 $(call Package/iptables/Module, +kmod-ipt-nat-extra)
170   TITLE:=Extra NAT extensions
171 endef
172
173 define Package/iptables-mod-nat-extra/description
174  iptables extensions for extra NAT targets.
175  Includes:
176  - REDIRECT
177 endef
178
179 define Package/iptables-mod-ulog
180 $(call Package/iptables/Module, +kmod-ipt-ulog)
181   TITLE:=user-space packet logging
182 endef
183
184 define Package/iptables-mod-ulog/description
185  iptables extensions for user-space packet logging.
186  Includes:
187  - libipt_ULOG
188 endef
189
190 define Package/iptables-mod-iprange
191 $(call Package/iptables/Module, +kmod-ipt-iprange)
192   TITLE:=IP range extension
193 endef
194
195 define Package/iptables-mod-iprange/description
196  iptables extensions for matching ip ranges.
197  Includes:
198  - libipt_iprange
199 endef
200
201 define Package/iptables-mod-extra
202 $(call Package/iptables/Module, +kmod-ipt-extra)
203   TITLE:=Other extra iptables extensions
204 endef
205
206 define Package/iptables-mod-extra/description
207  other extra iptables extensions.
208  Includes:
209  - libipt_owner
210  - libipt_physdev
211  - libipt_pkttype
212  - libipt_recent
213  - iptable_raw
214  - libipt_NOTRACK
215 endef
216
217 define Package/iptables-utils
218 $(call Package/iptables/Module, )
219   TITLE:=iptables save and restore utilities
220 endef
221
222 define Package/ip6tables
223 $(call Package/iptables/Default)
224   DEPENDS:=+kmod-ip6tables
225   CATEGORY:=IPv6
226   TITLE:=IPv6 firewall administration tool
227   MENU:=1
228 endef
229
230 define Package/ip6tables-utils
231 $(call Package/iptables/Default)
232   DEPENDS:=ip6tables
233   CATEGORY:=IPv6
234   TITLE:=ip6tables save and restore utilities
235 endef
236
237 define Package/libiptc
238 $(call Package/iptables/Default)
239   SECTION:=libs
240   CATEGORY:=Libraries
241   TITLE:=IPv4/IPv6 firewall - shared libiptc library
242 endef
243
244 define Package/libxtables
245  $(call Package/iptables/Default)
246  SECTION:=libs
247  CATEGORY:=Libraries
248  TITLE:=IPv4/IPv6 firewall - shared xtables library
249 endef
250
251
252 TARGET_CPPFLAGS := \
253         -I$(PKG_BUILD_DIR)/include \
254         -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
255         $(TARGET_CPPFLAGS)
256
257 CONFIGURE_ARGS += \
258         --enable-shared \
259         --enable-devel \
260         --enable-ipv6 \
261         --with-kernel="$(LINUX_DIR)" \
262         --with-xtlibdir=/usr/lib/iptables
263
264 IPTABLES_MAKEOPTS = \
265                 $(TARGET_CONFIGURE_OPTS) \
266                 COPT_FLAGS="$(TARGET_CFLAGS)" \
267                 LDFLAGS="-rdynamic -static-libgcc" \
268                 KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
269                 KBUILD_OUTPUT="$(LINUX_DIR)" \
270                 DESTDIR="$(PKG_INSTALL_DIR)" \
271                 all install $(MAKE_TARGETS)
272
273 define Build/Compile
274         mkdir -p $(PKG_INSTALL_DIR)
275         $(MAKE) -C $(PKG_BUILD_DIR) $(IPTABLES_MAKEOPTS)
276         $(MAKE) -C $(PKG_BUILD_DIR)/libipq $(IPTABLES_MAKEOPTS)
277 endef
278
279 define Build/InstallDev
280         mkdir -p $(1)/usr/include
281         mkdir -p $(1)/usr/include/iptables
282         mkdir -p $(1)/usr/include/net/netfilter
283
284         # XXX: iptables header fixup, some headers are not installed by iptables anymore
285         $(CP) $(PKG_BUILD_DIR)/include/net/netfilter/*.h $(1)/usr/include/net/netfilter/
286         $(CP) $(PKG_BUILD_DIR)/include/iptables/*.h $(1)/usr/include/iptables/
287         $(CP) $(PKG_BUILD_DIR)/include/iptables.h $(1)/usr/include/
288         $(CP) $(PKG_BUILD_DIR)/include/libipq/libipq.h $(1)/usr/include/
289         $(CP) $(PKG_BUILD_DIR)/include/libipulog $(1)/usr/include/
290         $(CP) $(PKG_BUILD_DIR)/include/libiptc $(1)/usr/include/
291
292         $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
293         mkdir -p $(1)/usr/lib
294         $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.{a,so*} $(1)/usr/lib/
295         $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip*tc.{a,so*} $(1)/usr/lib/
296         $(CP) $(PKG_INSTALL_DIR)/usr/lib/libipq.a $(1)/usr/lib/
297         mkdir -p $(1)/usr/lib/pkgconfig
298         $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/xtables.pc $(1)/usr/lib/pkgconfig/
299         $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libiptc.pc $(1)/usr/lib/pkgconfig/
300 endef
301
302 define Package/iptables/install
303         $(INSTALL_DIR) $(1)/usr/sbin
304         $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iptables $(1)/usr/sbin/
305         $(INSTALL_DIR) $(1)/usr/lib/iptables
306         (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
307                 for m in $(patsubst xt_%,ipt_%,$(IPT_BUILTIN)) $(patsubst ipt_%,xt_%,$(IPT_BUILTIN)); do \
308                         if [ -f $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$${m}.so ]; then \
309                                 $(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$${m}.so $(1)/usr/lib/iptables/ ;\
310                         fi; \
311                 done \
312         )
313 endef
314
315 define Package/iptables-utils/install
316         $(INSTALL_DIR) $(1)/usr/sbin
317         $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iptables-{save,restore} $(1)/usr/sbin/
318 endef
319
320 define Package/ip6tables/install
321         $(INSTALL_DIR) $(1)/usr/sbin
322         $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables $(1)/usr/sbin/
323         $(INSTALL_DIR) $(1)/usr/lib/iptables
324         (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
325                 $(CP) libip6t_*.so $(1)/usr/lib/iptables/ \
326         )
327 endef
328
329 define Package/ip6tables-utils/install
330         $(INSTALL_DIR) $(1)/usr/sbin
331         $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables-{save,restore} $(1)/usr/sbin/
332 endef
333
334 define Package/libiptc/install
335         $(INSTALL_DIR) $(1)/usr/lib
336         $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip*tc.so* $(1)/usr/lib/
337 endef
338
339 define Package/libxtables/install
340         $(INSTALL_DIR) $(1)/usr/lib
341         $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so* $(1)/usr/lib/
342 endef
343
344 define BuildPlugin
345   define Package/$(1)/install
346         $(INSTALL_DIR) $$(1)/usr/lib/iptables
347         for m in $(patsubst xt_%,ipt_%,$(2)) $(patsubst ipt_%,xt_%,$(2)); do \
348                 if [ -f $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so ]; then \
349                         $(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so $$(1)/usr/lib/iptables/ ; \
350                 fi; \
351         done
352         $(3)
353   endef
354
355   $$(eval $$(call BuildPackage,$(1)))
356 endef
357
358 L7_INSTALL:=\
359         $(INSTALL_DIR) $$(1)/etc/l7-protocols; \
360         $(CP) files/l7/*.pat $$(1)/etc/l7-protocols/
361
362
363 $(eval $(call BuildPackage,iptables))
364 $(eval $(call BuildPackage,iptables-utils))
365 $(eval $(call BuildPlugin,iptables-mod-conntrack,$(IPT_CONNTRACK-m)))
366 $(eval $(call BuildPlugin,iptables-mod-conntrack-extra,$(IPT_CONNTRACK_EXTRA-m)))
367 $(eval $(call BuildPlugin,iptables-mod-extra,$(IPT_EXTRA-m)))
368 $(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m),$(L7_INSTALL)))
369 $(eval $(call BuildPlugin,iptables-mod-imq,$(IPT_IMQ-m)))
370 $(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m)))
371 $(eval $(call BuildPlugin,iptables-mod-ipsec,$(IPT_IPSEC-m)))
372 $(eval $(call BuildPlugin,iptables-mod-ipset,ipt_set ipt_SET))
373 $(eval $(call BuildPlugin,iptables-mod-nat,$(IPT_NAT-m)))
374 $(eval $(call BuildPlugin,iptables-mod-nat-extra,$(IPT_NAT_EXTRA-m)))
375 $(eval $(call BuildPlugin,iptables-mod-iprange,$(IPT_IPRANGE-m)))
376 $(eval $(call BuildPlugin,iptables-mod-ulog,$(IPT_ULOG-m)))
377 $(eval $(call BuildPackage,ip6tables))
378 $(eval $(call BuildPackage,ip6tables-utils))
379 $(eval $(call BuildPackage,libiptc))
380 $(eval $(call BuildPackage,libxtables))