summaryrefslogtreecommitdiffstats
path: root/package/arptables
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-23 12:24:07 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-23 12:24:07 +0000
commit6cce178336ae64d1990d3172b7539b1d8953cba1 (patch)
tree41d4c2d7aff7e3e01ab87935104d27de3f4859bb /package/arptables
parent77c8c4e32c06a7d5f3a819db555cd637902a0856 (diff)
standardize Makefile, remove useless ipkg and Config.in
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4809 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/arptables')
-rw-r--r--package/arptables/Config.in9
-rw-r--r--package/arptables/Makefile11
-rw-r--r--package/arptables/ipkg/arptables.control4
3 files changed, 3 insertions, 21 deletions
diff --git a/package/arptables/Config.in b/package/arptables/Config.in
deleted file mode 100644
index 6583d32fa..000000000
--- a/package/arptables/Config.in
+++ /dev/null
@@ -1,9 +0,0 @@
-config BR2_PACKAGE_ARPTABLES
- prompt "arptables......................... ARP firewall administration utility"
- tristate
- default m if CONFIG_DEVEL
- help
- ARP Firewalling (arptables)
-
- http://ebtables.sourceforge.net/
-
diff --git a/package/arptables/Makefile b/package/arptables/Makefile
index 40e9ac13b..c0c898bae 100644
--- a/package/arptables/Makefile
+++ b/package/arptables/Makefile
@@ -10,28 +10,23 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=arptables
PKG_VERSION:=0.0.3
PKG_RELEASE:=1
-PKG_MD5SUM:=1672244603c8979577aa4738be35a759
-PKG_SOURCE_URL:=@SF/ebtables
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=@SF/ebtables
+PKG_MD5SUM:=1672244603c8979577aa4738be35a759
PKG_CAT:=zcat
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-
include $(INCLUDE_DIR)/package.mk
define Package/arptables
SECTION:=net
CATEGORY:=Network
TITLE:=ARP firewalling software
- DESCRIPTION:=ARP firewalling software
URL:=http://ebtables.sourceforge.net
endef
define Build/Compile
- rm -rf $(PKG_INSTALL_DIR)
- mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
COPT_FLAGS="$(TARGET_CFLAGS)" \
diff --git a/package/arptables/ipkg/arptables.control b/package/arptables/ipkg/arptables.control
deleted file mode 100644
index 3fec57bab..000000000
--- a/package/arptables/ipkg/arptables.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: arptables
-Priority: optional
-Section: net
-Description: ARP firewalling software