1 # Copyright (C) 2006 OpenWrt.org
3 # This is free software, licensed under the GNU General Public License v2.
4 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
14 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
)-v
$(PKG_VERSION
)
15 PKG_SOURCE
:=$(PKG_NAME
)-v
$(PKG_VERSION
).
tar.gz
16 PKG_SOURCE_URL
:=@SF
/ebtables
17 PKG_MD5SUM
:=1672244603c8979577aa4738be35a759
20 include $(INCLUDE_DIR
)/package.mk
22 define Package
/arptables
25 TITLE
:=ARP firewalling software
26 URL
:=http
://ebtables.sourceforge.net
30 $(MAKE
) -C
$(PKG_BUILD_DIR
) \
31 $(TARGET_CONFIGURE_OPTS
) \
32 COPT_FLAGS
="$(TARGET_CFLAGS)" \
33 KERNEL_DIR
="./include/linux"
36 define Package
/arptables
/install
37 install -m0755
-d
$(1)/usr
/sbin
38 $(CP
) $(PKG_BUILD_DIR
)/$(PKG_NAME
) $(1)/usr
/sbin
/
41 $(eval
$(call BuildPackage
,arptables
))
This page took 0.046985 seconds and 5 git commands to generate.